From: Jim Grosbach Date: Tue, 7 Oct 2008 21:01:51 +0000 (+0000) Subject: need ARM.h for ARMCC definition X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cbc47b89340c8ab995453f2b18ff237c1303e89d;p=oota-llvm.git need ARM.h for ARMCC definition git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57261 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMInstrInfo.h b/lib/Target/ARM/ARMInstrInfo.h index da22521b830..cd19ae15bf6 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;