summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrInfo.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2008-10-07 21:01:51 +0000
committerJim Grosbach <grosbach@apple.com>2008-10-07 21:01:51 +0000
commitcbc47b89340c8ab995453f2b18ff237c1303e89d (patch)
tree2177a44470fb3581904cc256647a3c022ff54325 /lib/Target/ARM/ARMInstrInfo.h
parent00877fc6578815da8d4c59c334b7593719faff13 (diff)
downloadllvm-cbc47b89340c8ab995453f2b18ff237c1303e89d.tar.gz
llvm-cbc47b89340c8ab995453f2b18ff237c1303e89d.tar.bz2
llvm-cbc47b89340c8ab995453f2b18ff237c1303e89d.tar.xz
need ARM.h for ARMCC definition
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57261 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMInstrInfo.h')
-rw-r--r--lib/Target/ARM/ARMInstrInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.h b/lib/Target/ARM/ARMInstrInfo.h
index da22521b83..cd19ae15bf 100644
--- a/lib/Target/ARM/ARMInstrInfo.h
+++ b/lib/Target/ARM/ARMInstrInfo.h
@@ -16,6 +16,7 @@
#include "llvm/Target/TargetInstrInfo.h"
#include "ARMRegisterInfo.h"
+#include "ARM.h"
namespace llvm {
class ARMSubtarget;