- Clean up tablegen dag isel generator code.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 26 Aug 2006 00:59:04 +0000 (00:59 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 26 Aug 2006 00:59:04 +0000 (00:59 +0000)
commit676d731c611156cfc515fda96cf97321c2bf4c04
tree55b09a425a9b0bdf1b26a94fd3c2891463c3cc45
parent8d3e1d66135433a956e1d5216f0d1f981afa51dc
- Clean up tablegen dag isel generator code.
- Clean up the code generated by tablegen:
  * AddToISelQueue now takes one argument.
  * ComplexPattern matching condition can now be shared.
  * Eliminate passing unnecessary arguments to emit routines.
  * Eliminate some unneeded SDOperand declarations in select routines.
  * Other minor clean ups.
- This reduces foot print slightly: X86ISelDAGToDAG.o is reduced from 971k
  to 823k.

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