diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-07-20 23:34:39 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-07-20 23:34:39 +0000 |
commit | a20cde31e727118ab5dcdd539856d1b5be926af4 (patch) | |
tree | 87a61ab7073b5dce5919e1ea0f3ef22cbe146ecc /llvm/lib/Target/ARM/ARMInstrInfo.cpp | |
parent | ed93564c7a4defecbdd057c4b41a01fdd8cbe4ff (diff) | |
download | bcm5719-llvm-a20cde31e727118ab5dcdd539856d1b5be926af4.tar.gz bcm5719-llvm-a20cde31e727118ab5dcdd539856d1b5be926af4.zip |
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate ARM MC code from target.
llvm-svn: 135636
Diffstat (limited to 'llvm/lib/Target/ARM/ARMInstrInfo.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMInstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.cpp b/llvm/lib/Target/ARM/ARMInstrInfo.cpp index adcbf1806fe..4f469bb5b38 100644 --- a/llvm/lib/Target/ARM/ARMInstrInfo.cpp +++ b/llvm/lib/Target/ARM/ARMInstrInfo.cpp @@ -13,8 +13,8 @@ #include "ARMInstrInfo.h" #include "ARM.h" -#include "ARMAddressingModes.h" #include "ARMMachineFunctionInfo.h" +#include "MCTargetDesc/ARMAddressingModes.h" #include "llvm/ADT/STLExtras.h" #include "llvm/CodeGen/LiveVariables.h" #include "llvm/CodeGen/MachineFrameInfo.h" |