aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMJITInfo.cpp
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2011-11-15 15:53:51 +0800
committerLogan Chien <loganchien@google.com>2011-11-15 15:53:51 +0800
commit36abbec01815964352d4f3d391c0a03896c0095a (patch)
tree949ae6594df546916cb23a688082138f29379b35 /lib/Target/ARM/ARMJITInfo.cpp
parentf9c1b92c27bf4ac40a52e0f1ef6d006d7e74bed3 (diff)
downloadexternal_llvm-36abbec01815964352d4f3d391c0a03896c0095a.zip
external_llvm-36abbec01815964352d4f3d391c0a03896c0095a.tar.gz
external_llvm-36abbec01815964352d4f3d391c0a03896c0095a.tar.bz2
Apply changes to migrate to llvm upstream r144606.
Change-Id: Id22edd55de42831bdc3fc1a143ebec10cf8476d2
Diffstat (limited to 'lib/Target/ARM/ARMJITInfo.cpp')
-rw-r--r--lib/Target/ARM/ARMJITInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMJITInfo.cpp b/lib/Target/ARM/ARMJITInfo.cpp
index 11f1b33..afbe0e4 100644
--- a/lib/Target/ARM/ARMJITInfo.cpp
+++ b/lib/Target/ARM/ARMJITInfo.cpp
@@ -15,9 +15,9 @@
#include "ARMJITInfo.h"
#include "ARMInstrInfo.h"
#include "ARMConstantPoolValue.h"
-#include "ARMAddressingModes.h"
#include "ARMRelocations.h"
#include "ARMSubtarget.h"
+#include "MCTargetDesc/ARMAddressingModes.h"
#include "llvm/Function.h"
#include "llvm/CodeGen/JITCodeEmitter.h"
#include "llvm/Support/Debug.h"