summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-16 21:57:06 +0000
committerChris Lattner <sabre@nondot.org>2010-01-16 21:57:06 +0000
commitf62e3ee8c59c550d1c25fc45b2269ca1b2413ab1 (patch)
treea374b840446fcc6cd5e6fb557dd14c2bae183447 /llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
parentf523bb584c3d479e17a1a95ec0f775f62f93a968 (diff)
downloadbcm5719-llvm-f62e3ee8c59c550d1c25fc45b2269ca1b2413ab1.tar.gz
bcm5719-llvm-f62e3ee8c59c550d1c25fc45b2269ca1b2413ab1.zip
move the mangler into libtarget from vmcore.
llvm-svn: 93664
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
index 31f6a38ea6e..a51ea2d7b2e 100644
--- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp
@@ -23,13 +23,13 @@
#include "llvm/MC/MCSection.h"
#include "llvm/MC/MCStreamer.h"
#include "llvm/MC/MCSymbol.h"
+#include "llvm/Target/Mangler.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetFrameInfo.h"
#include "llvm/Target/TargetLoweringObjectFile.h"
#include "llvm/Target/TargetOptions.h"
#include "llvm/Target/TargetRegisterInfo.h"
#include "llvm/Support/Dwarf.h"
-#include "llvm/Support/Mangler.h"
#include "llvm/Support/Timer.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/ADT/SmallString.h"
OpenPOWER on IntegriCloud