aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/Thumb2InstrInfo.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-07-20 23:34:39 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-07-20 23:34:39 +0000
commitee04a6d3a40c3017124e3fd89a0db473a2824498 (patch)
tree10b50225fcd573f4cd3cea0827df0fba4cea3908 /lib/Target/ARM/Thumb2InstrInfo.cpp
parent7bc317818282a7603cc249fc9add286d02582338 (diff)
downloadexternal_llvm-ee04a6d3a40c3017124e3fd89a0db473a2824498.zip
external_llvm-ee04a6d3a40c3017124e3fd89a0db473a2824498.tar.gz
external_llvm-ee04a6d3a40c3017124e3fd89a0db473a2824498.tar.bz2
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate ARM MC code from target.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135636 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Thumb2InstrInfo.cpp')
-rw-r--r--lib/Target/ARM/Thumb2InstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/Thumb2InstrInfo.cpp b/lib/Target/ARM/Thumb2InstrInfo.cpp
index 51b56aa..33fa521 100644
--- a/lib/Target/ARM/Thumb2InstrInfo.cpp
+++ b/lib/Target/ARM/Thumb2InstrInfo.cpp
@@ -14,9 +14,9 @@
#include "Thumb2InstrInfo.h"
#include "ARM.h"
#include "ARMConstantPoolValue.h"
-#include "ARMAddressingModes.h"
#include "ARMMachineFunctionInfo.h"
#include "Thumb2InstrInfo.h"
+#include "MCTargetDesc/ARMAddressingModes.h"
#include "llvm/CodeGen/MachineFrameInfo.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineMemOperand.h"