summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CalcSpillWeights.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-10 01:17:36 +0000
committerChris Lattner <sabre@nondot.org>2010-02-10 01:17:36 +0000
commit3143e90ca89b808e98ad7354a9e7dd6bf42fef00 (patch)
treed00f7ead11dd8db808f2cfdcc9a28b0691ef8e80 /lib/CodeGen/CalcSpillWeights.cpp
parenta2bd92b13068bfd6609cc3f72c61d6787b53b8d2 (diff)
downloadllvm-3143e90ca89b808e98ad7354a9e7dd6bf42fef00.tar.gz
llvm-3143e90ca89b808e98ad7354a9e7dd6bf42fef00.tar.bz2
llvm-3143e90ca89b808e98ad7354a9e7dd6bf42fef00.tar.xz
fix missing #includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95745 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CalcSpillWeights.cpp')
-rw-r--r--lib/CodeGen/CalcSpillWeights.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CalcSpillWeights.cpp b/lib/CodeGen/CalcSpillWeights.cpp
index 4c121c5749..953ef63964 100644
--- a/lib/CodeGen/CalcSpillWeights.cpp
+++ b/lib/CodeGen/CalcSpillWeights.cpp
@@ -21,7 +21,7 @@
#include "llvm/Support/raw_ostream.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetRegisterInfo.h"
-
+#include "llvm/Target/TargetMachine.h"
using namespace llvm;
char CalculateSpillWeights::ID = 0;