diff options
author | Owen Anderson <resistor@mac.com> | 2006-05-12 06:33:49 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2006-05-12 06:33:49 +0000 |
commit | 8c2c1e90c4bd5346bad55c98988aafb9954cbff9 (patch) | |
tree | e39adc9ffc68a3ac0178060667b7139c90e734ce /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | d7c77b8c56faa19fe6c78ca3f65f057b1769f6ef (diff) | |
download | bcm5719-llvm-8c2c1e90c4bd5346bad55c98988aafb9954cbff9.tar.gz bcm5719-llvm-8c2c1e90c4bd5346bad55c98988aafb9954cbff9.zip |
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
TargetData.h. This should make recompiles a bit faster with my current
TargetData tinkering.
llvm-svn: 28238
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineBasicBlock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/MachineBasicBlock.cpp b/llvm/lib/CodeGen/MachineBasicBlock.cpp index ee8da6744e3..84d2657891b 100644 --- a/llvm/lib/CodeGen/MachineBasicBlock.cpp +++ b/llvm/lib/CodeGen/MachineBasicBlock.cpp @@ -15,6 +15,7 @@ #include "llvm/BasicBlock.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/MachineInstr.h" +#include "llvm/Target/TargetData.h" #include "llvm/Target/TargetInstrInfo.h" #include "llvm/Target/TargetMachine.h" #include "llvm/Support/LeakDetector.h" |