summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/DwarfWriter.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
commit8c2c1e90c4bd5346bad55c98988aafb9954cbff9 (patch)
treee39adc9ffc68a3ac0178060667b7139c90e734ce /llvm/lib/CodeGen/DwarfWriter.cpp
parentd7c77b8c56faa19fe6c78ca3f65f057b1769f6ef (diff)
downloadbcm5719-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/DwarfWriter.cpp')
-rw-r--r--llvm/lib/CodeGen/DwarfWriter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp
index 5a664ff367c..9aff4382ea5 100644
--- a/llvm/lib/CodeGen/DwarfWriter.cpp
+++ b/llvm/lib/CodeGen/DwarfWriter.cpp
@@ -24,6 +24,7 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Mangler.h"
#include "llvm/Target/MRegisterInfo.h"
+#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetFrameInfo.h"
OpenPOWER on IntegriCloud