add fields to the .td files unconditionally, simplifying tblgen a bit.
authorChris Lattner <sabre@nondot.org>
Mon, 15 Nov 2010 05:19:05 +0000 (05:19 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Nov 2010 05:19:05 +0000 (05:19 +0000)
commit2ac190238e88b21e716e2853900b5076c9013410
tree96d31431369e0b53130604939ace6898f13b505d
parent513dbf1af06d0bc530dd6f17da320d2fb40b3a28
add fields to the .td files unconditionally, simplifying tblgen a bit.
Switch the ARM backend to use 'let' instead of 'set' with this change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119120 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/Target.td
lib/Target/ARM/ARMAsmPrinter.cpp
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMMCCodeEmitter.cpp
lib/Target/MBlaze/MBlazeMCCodeEmitter.cpp
lib/Target/X86/X86MCCodeEmitter.cpp
utils/TableGen/CodeEmitterGen.cpp
utils/TableGen/CodeGenInstruction.cpp