aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/Thumb2InstrInfo.h
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-03-25 23:49:58 +0000
committerCraig Topper <craig.topper@gmail.com>2012-03-25 23:49:58 +0000
commitacf2077ca497980a066e8e7bb81ceec0de82d5da (patch)
tree4959da77061ca90d198666fd064fd47aebbd3ef2 /lib/Target/ARM/Thumb2InstrInfo.h
parent58725a66c02865686c70132e8b9bd231eb66da63 (diff)
downloadexternal_llvm-acf2077ca497980a066e8e7bb81ceec0de82d5da.zip
external_llvm-acf2077ca497980a066e8e7bb81ceec0de82d5da.tar.gz
external_llvm-acf2077ca497980a066e8e7bb81ceec0de82d5da.tar.bz2
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
Diffstat (limited to 'lib/Target/ARM/Thumb2InstrInfo.h')
-rw-r--r--lib/Target/ARM/Thumb2InstrInfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/ARM/Thumb2InstrInfo.h b/lib/Target/ARM/Thumb2InstrInfo.h
index 1ae2ef1..0911f8a 100644
--- a/lib/Target/ARM/Thumb2InstrInfo.h
+++ b/lib/Target/ARM/Thumb2InstrInfo.h
@@ -15,9 +15,8 @@
#define THUMB2INSTRUCTIONINFO_H
#include "ARM.h"
-#include "ARMInstrInfo.h"
+#include "ARMBaseInstrInfo.h"
#include "Thumb2RegisterInfo.h"
-#include "llvm/Target/TargetInstrInfo.h"
namespace llvm {
class ARMSubtarget;