diff options
author | Pete Cooper <peter_cooper@apple.com> | 2015-05-15 21:58:42 +0000 |
---|---|---|
committer | Pete Cooper <peter_cooper@apple.com> | 2015-05-15 21:58:42 +0000 |
commit | 3de83e4098af7e10175487d831d259108310b313 (patch) | |
tree | 7103554ed1e004ea95e3e3c7b9c7173656763026 /llvm/lib/Target/PowerPC/PPCInstrInfo.cpp | |
parent | fc872b205ae9a3c889cee03279933d3b0ac56011 (diff) | |
download | bcm5719-llvm-3de83e4098af7e10175487d831d259108310b313.tar.gz bcm5719-llvm-3de83e4098af7e10175487d831d259108310b313.zip |
Remove 3 includes from MCInstrDesc.h and explicitly include them where needed
llvm-svn: 237481
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCInstrInfo.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCInstrInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp b/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp index 85ba5a1d640..b4bb50c8093 100644 --- a/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp @@ -31,6 +31,7 @@ #include "llvm/CodeGen/SlotIndexes.h" #include "llvm/CodeGen/StackMaps.h" #include "llvm/MC/MCAsmInfo.h" +#include "llvm/MC/MCInst.h" #include "llvm/Support/CommandLine.h" #include "llvm/Support/Debug.h" #include "llvm/Support/ErrorHandling.h" |