commit | d8be410d4b1bb2cc5e6917ad15de24bbe7b56d78 | [log] [tgz] |
---|---|---|
author | Jim Grosbach <grosbach@apple.com> | Wed Sep 15 19:27:50 2010 +0000 |
committer | Jim Grosbach <grosbach@apple.com> | Wed Sep 15 19:27:50 2010 +0000 |
tree | 73cf09957f4506e39e4edb69a055544edbb2ac9a | |
parent | 8b7fa198c352993c406b756c84531e33fe1b49eb [diff] [blame] |
Reduce dependencies in the ARM MC instruction printer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114009 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp b/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp index 344273f..0e1f8b3 100644 --- a/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp +++ b/lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp
@@ -12,7 +12,7 @@ //===----------------------------------------------------------------------===// #define DEBUG_TYPE "asm-printer" -#include "ARM.h" // FIXME: FACTOR ENUMS BETTER. +#include "ARMBaseInfo.h" #include "ARMInstPrinter.h" #include "ARMAddressingModes.h" #include "llvm/MC/MCInst.h"