diff options
author | Dan Gohman <gohman@apple.com> | 2011-05-16 22:14:50 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2011-05-16 22:14:50 +0000 |
commit | d4d12d14b59b2f77e85c7051945113bfa43c380b (patch) | |
tree | 8d9b4c8f4835072916b8181e99e9badb65ea56ad /llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | |
parent | ae9b1685a851403bbc5783c31f0032cb4ae1b8b2 (diff) | |
download | bcm5719-llvm-d4d12d14b59b2f77e85c7051945113bfa43c380b.tar.gz bcm5719-llvm-d4d12d14b59b2f77e85c7051945113bfa43c380b.zip |
Trim #includes.
llvm-svn: 131429
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp index 7b2651fb5c8..316efc594d8 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp @@ -14,23 +14,16 @@ #include "llvm/Analysis/DebugInfo.h" #include "llvm/CodeGen/Analysis.h" #include "llvm/CodeGen/MachineFunction.h" -#include "llvm/CodeGen/MachineFrameInfo.h" #include "llvm/CodeGen/MachineJumpTableInfo.h" -#include "llvm/CodeGen/MachineModuleInfo.h" -#include "llvm/CodeGen/PseudoSourceValue.h" #include "llvm/CodeGen/SelectionDAG.h" #include "llvm/Target/TargetFrameLowering.h" #include "llvm/Target/TargetLowering.h" #include "llvm/Target/TargetData.h" #include "llvm/Target/TargetMachine.h" -#include "llvm/Target/TargetOptions.h" #include "llvm/CallingConv.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" -#include "llvm/Function.h" -#include "llvm/GlobalVariable.h" #include "llvm/LLVMContext.h" -#include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" #include "llvm/Support/ErrorHandling.h" #include "llvm/Support/MathExtras.h" |