diff options
author | Pete Cooper <peter_cooper@apple.com> | 2015-05-15 22:19:42 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2015-05-15 22:19:42 +0000 |
commit | 81902a3ae455e503e185b7390c59e5211194c9bb (patch) | |
tree | b28fb9c8cee35dbf8800a1020d1f5e5e3cd52f50 /llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp | |
parent | 0ff51f39deacb0622f64e2c6100edfa87a6081b5 (diff) | |
download | bcm5719-llvm-81902a3ae455e503e185b7390c59e5211194c9bb.tar.gz bcm5719-llvm-81902a3ae455e503e185b7390c59e5211194c9bb.zip |
Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.h
llvm-svn: 237483
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp')
-rw-r--r-- | llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp b/llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp index 2dd5fb5b215..a1dcedab54e 100644 --- a/llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp +++ b/llvm/lib/Target/SystemZ/SystemZMCInstLower.cpp @@ -11,6 +11,7 @@ #include "SystemZAsmPrinter.h" #include "llvm/IR/Mangler.h" #include "llvm/MC/MCExpr.h" +#include "llvm/MC/MCInst.h" #include "llvm/MC/MCStreamer.h" using namespace llvm; |