commit | acf2077ca497980a066e8e7bb81ceec0de82d5da | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@gmail.com> | Sun Mar 25 23:49:58 2012 +0000 |
committer | Craig Topper <craig.topper@gmail.com> | Sun Mar 25 23:49:58 2012 +0000 |
tree | 4959da77061ca90d198666fd064fd47aebbd3ef2 | |
parent | 58725a66c02865686c70132e8b9bd231eb66da63 [diff] [blame] |
Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153421 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/ARM/ARMJITInfo.cpp b/lib/Target/ARM/ARMJITInfo.cpp index 0d7a838..98930cc 100644 --- a/lib/Target/ARM/ARMJITInfo.cpp +++ b/lib/Target/ARM/ARMJITInfo.cpp
@@ -13,7 +13,7 @@ #define DEBUG_TYPE "jit" #include "ARMJITInfo.h" -#include "ARMInstrInfo.h" +#include "ARM.h" #include "ARMConstantPoolValue.h" #include "ARMRelocations.h" #include "ARMSubtarget.h"