Reduce dependencies in the ARM MC instruction printer.
authorJim Grosbach <grosbach@apple.com>
Wed, 15 Sep 2010 19:27:50 +0000 (19:27 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 15 Sep 2010 19:27:50 +0000 (19:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114009 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/AsmPrinter/ARMInstPrinter.cpp

index 344273f72bbc1f9f6ee5820911d7deb4d5235011..0e1f8b38351c4bbb5c21f4f0ceb90435a54626f1 100644 (file)
@@ -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"