diff options
| author | Andrew Trick <atrick@apple.com> | 2012-09-17 23:00:42 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2012-09-17 23:00:42 +0000 |
| commit | 8e7f202e32149f86bb15813398cc8f3b92b12387 (patch) | |
| tree | f7a9c576229d0f8dfc51d9fbbbd548e2849078e6 /llvm/lib/Target/ARM | |
| parent | 2b006e42319903437a3b2231b8c99eca5d940946 (diff) | |
| download | bcm5719-llvm-8e7f202e32149f86bb15813398cc8f3b92b12387.tar.gz bcm5719-llvm-8e7f202e32149f86bb15813398cc8f3b92b12387.zip | |
Revert r164061-r164067. Most of the new subtarget emitter.
I have to work out the Target/CodeGen header dependencies
before putting this back.
llvm-svn: 164072
Diffstat (limited to 'llvm/lib/Target/ARM')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMSubtarget.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.cpp b/llvm/lib/Target/ARM/ARMSubtarget.cpp index 13420c2ed7a..4762854c12d 100644 --- a/llvm/lib/Target/ARM/ARMSubtarget.cpp +++ b/llvm/lib/Target/ARM/ARMSubtarget.cpp @@ -13,9 +13,8 @@ #include "ARMSubtarget.h" #include "ARMBaseRegisterInfo.h" -#include "ARMBaseInstrInfo.h" #include "llvm/GlobalValue.h" -#include "llvm/Target/TargetInstrInfo.h" +#include "llvm/Target/TargetSubtargetInfo.h" #include "llvm/Support/CommandLine.h" #define GET_SUBTARGETINFO_TARGET_DESC |

