diff options
| author | Evan Cheng <evan.cheng@apple.com> | 2009-10-20 04:23:20 +0000 |
|---|---|---|
| committer | Evan Cheng <evan.cheng@apple.com> | 2009-10-20 04:23:20 +0000 |
| commit | ccc2e0cbda3884c8eba8e2d36ef884b2fa739843 (patch) | |
| tree | 2bd3129babcb0dcb753de762c80dd4d3bf1e5f31 /llvm/lib | |
| parent | d383c2f6ba229571d31e6a73c9c6307cb052dbb9 (diff) | |
| download | bcm5719-llvm-ccc2e0cbda3884c8eba8e2d36ef884b2fa739843.tar.gz bcm5719-llvm-ccc2e0cbda3884c8eba8e2d36ef884b2fa739843.zip | |
Trim unnecessary includes.
llvm-svn: 84597
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | 1 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/ScheduleDAGPrinter.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp index 51d6bb1b9ad..79f46f3395a 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -28,7 +28,6 @@ #include "llvm/CodeGen/MachineMemOperand.h" #include "llvm/CodeGen/MachineRegisterInfo.h" #include "llvm/CodeGen/Passes.h" -#include "llvm/CodeGen/PseudoSourceValue.h" #include "llvm/Target/TargetRegisterInfo.h" #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Target/TargetMachine.h" diff --git a/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp b/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp index 95ad05e7d78..4851d496bdb 100644 --- a/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp +++ b/llvm/lib/CodeGen/ScheduleDAGPrinter.cpp @@ -18,7 +18,6 @@ #include "llvm/CodeGen/MachineConstantPool.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineModuleInfo.h" -#include "llvm/CodeGen/PseudoSourceValue.h" #include "llvm/Target/TargetRegisterInfo.h" #include "llvm/Target/TargetMachine.h" #include "llvm/Support/Debug.h" |

