Enhance TableGen to emit code for FastISel of opcodes with variadic return types...
authorOwen Anderson <resistor@mac.com>
Tue, 26 Aug 2008 00:42:26 +0000 (00:42 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 26 Aug 2008 00:42:26 +0000 (00:42 +0000)
commit71669e51e5bd2b34365b2b1401310a0bbdb86de4
tree381e6c08a9acdf289975954ee9ebf516e397f8d7
parent0f84e4e31009eecf2dfcbe6113b65d0919f30254
Enhance TableGen to emit code for FastISel of opcodes with variadic return types without slowing down opcodes that are not variadic.  No such opcodes are currently generated, but in theory it should be a matter of just hitting the switch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55347 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/FastISelEmitter.cpp