summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-01-07 21:19:40 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-01-07 21:19:40 +0000
commit894843cb4e47366dee16ae10edb09a337a6db3ae (patch)
tree876c3ae92be941e898e84742308cff57da8cc794 /llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp
parent5a1c54999d6e008dd4111701c14721b77838c929 (diff)
downloadbcm5719-llvm-894843cb4e47366dee16ae10edb09a337a6db3ae.tar.gz
bcm5719-llvm-894843cb4e47366dee16ae10edb09a337a6db3ae.zip
Move the llvm mangler to lib/IR.
This makes it available to tools that don't link with target (like llvm-ar). llvm-svn: 198708
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp b/llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp
index ff9a6c0a221..df561e2d800 100644
--- a/llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp
+++ b/llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp
@@ -9,9 +9,9 @@
#include "SystemZMCInstLower.h"
#include "SystemZAsmPrinter.h"
+#include "llvm/IR/Mangler.h"
#include "llvm/MC/MCExpr.h"
#include "llvm/MC/MCStreamer.h"
-#include "llvm/Target/Mangler.h"
using namespace llvm;
OpenPOWER on IntegriCloud