summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-04 18:06:11 +0000
committerChris Lattner <sabre@nondot.org>2010-04-04 18:06:11 +0000
commit21dc46e2561284602e04b05810b9c486556603ba (patch)
treee47eba707cadf49530f443e492b4a50662747201 /llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
parent42caaa4f5bf77e0c7ee83230263999fe10a2a9aa (diff)
downloadbcm5719-llvm-21dc46e2561284602e04b05810b9c486556603ba.tar.gz
bcm5719-llvm-21dc46e2561284602e04b05810b9c486556603ba.zip
remove TargetMachine.h #include, also, TRI isn't used frequently
enough to warrant caching in AsmPrinter, so remove it. llvm-svn: 100336
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
index bf89cd6da18..60136cfe4a3 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
@@ -27,6 +27,7 @@
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetFrameInfo.h"
#include "llvm/Target/TargetLoweringObjectFile.h"
+#include "llvm/Target/TargetMachine.h"
#include "llvm/Target/TargetOptions.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/Support/Dwarf.h"
OpenPOWER on IntegriCloud