summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2006-05-12 06:33:49 +0000
committerOwen Anderson <resistor@mac.com>2006-05-12 06:33:49 +0000
commit07000c6f01d8f57170f2d4c77a86d934bdc5c696 (patch)
tree9a8a6663cb936eefd77feb7e4f6676faaf6bfa36 /lib/CodeGen/MachineBasicBlock.cpp
parent571a13f3e70e4ca16515cfb2f3878260e5e9e2e7 (diff)
downloadllvm-07000c6f01d8f57170f2d4c77a86d934bdc5c696.tar.gz
llvm-07000c6f01d8f57170f2d4c77a86d934bdc5c696.tar.bz2
llvm-07000c6f01d8f57170f2d4c77a86d934bdc5c696.tar.xz
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28238 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/MachineBasicBlock.cpp')
-rw-r--r--lib/CodeGen/MachineBasicBlock.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/MachineBasicBlock.cpp b/lib/CodeGen/MachineBasicBlock.cpp
index ee8da6744e..84d2657891 100644
--- a/lib/CodeGen/MachineBasicBlock.cpp
+++ b/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"