summaryrefslogtreecommitdiff
path: root/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
commit9d1c1ada213c80135fbdda704175aae689daa6f9 (patch)
treecbeefb7dba9325beb47b02e4dd40f9e306922a71 /lib/CodeGen/AsmPrinter/DwarfException.cpp
parentbbef815a3beeba3161cdad8e1cc108644bfc5ddc (diff)
downloadllvm-9d1c1ada213c80135fbdda704175aae689daa6f9.tar.gz
llvm-9d1c1ada213c80135fbdda704175aae689daa6f9.tar.bz2
llvm-9d1c1ada213c80135fbdda704175aae689daa6f9.tar.xz
remove TargetMachine.h #include, also, TRI isn't used frequently
enough to warrant caching in AsmPrinter, so remove it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100336 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfException.cpp')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfException.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfException.cpp b/lib/CodeGen/AsmPrinter/DwarfException.cpp
index bf89cd6da1..60136cfe4a 100644
--- a/lib/CodeGen/AsmPrinter/DwarfException.cpp
+++ b/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"