commit | 3143e90ca89b808e98ad7354a9e7dd6bf42fef00 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Feb 10 01:17:36 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Feb 10 01:17:36 2010 +0000 |
tree | d00f7ead11dd8db808f2cfdcc9a28b0691ef8e80 | |
parent | a2bd92b13068bfd6609cc3f72c61d6787b53b8d2 [diff] [blame] |
fix missing #includes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95745 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/CalcSpillWeights.cpp b/lib/CodeGen/CalcSpillWeights.cpp index 4c121c5..953ef63 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;