diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-07-08 17:40:42 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-07-08 17:40:42 +0000 |
commit | 53e3fc463e3d9ee840510b08ebd6db17694fa2c5 (patch) | |
tree | 71fe1ad693adb5b1a05e53eaba155545b11588cb /lib/Target/ARM/Makefile | |
parent | 86f9adb8becf5da6962bd89301e96bccba26f72a (diff) | |
download | external_llvm-53e3fc463e3d9ee840510b08ebd6db17694fa2c5.zip external_llvm-53e3fc463e3d9ee840510b08ebd6db17694fa2c5.tar.gz external_llvm-53e3fc463e3d9ee840510b08ebd6db17694fa2c5.tar.bz2 |
Use TableGen'erated pseudo lowering for ARM.
Hook up the TableGen lowering for simple pseudo instructions for ARM and
use it for a subset of the many pseudos the backend has as proof of concept.
More conversions to come.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134705 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Makefile')
-rw-r--r-- | lib/Target/ARM/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/ARM/Makefile b/lib/Target/ARM/Makefile index ff83e18..eb8c603 100644 --- a/lib/Target/ARM/Makefile +++ b/lib/Target/ARM/Makefile @@ -17,7 +17,8 @@ BUILT_SOURCES = ARMGenRegisterInfo.inc ARMGenInstrInfo.inc \ ARMGenDAGISel.inc ARMGenSubtargetInfo.inc \ ARMGenCodeEmitter.inc ARMGenCallingConv.inc \ ARMGenDecoderTables.inc ARMGenEDInfo.inc \ - ARMGenFastISel.inc ARMGenMCCodeEmitter.inc + ARMGenFastISel.inc ARMGenMCCodeEmitter.inc \ + ARMGenMCPseudoLowering.inc DIRS = InstPrinter AsmParser Disassembler TargetInfo MCTargetDesc |