* Commit the fix (by Chris) for a tblgen type inferencing bug.
authorEvan Cheng <evan.cheng@apple.com>
Sun, 4 Dec 2005 08:18:16 +0000 (08:18 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sun, 4 Dec 2005 08:18:16 +0000 (08:18 +0000)
commit1c3d19eb15b7109f75727bac84c65fcfecb65e51
tree106873bf0efc68f02cfd1103b582a919d99aa318
parentf8ac8149578c0c9b96b2ab61ac8eef5d67c1a459
* Commit the fix (by Chris) for a tblgen type inferencing bug.
* Enhanced tblgen to handle instructions which have chain operand and writes a
chain result.
* Enhanced tblgen to handle instructions which produces no results. Part of
the change is a temporary hack which relies on instruction property (e.g.
isReturn, isBranch). The proper fix would be to change the .td syntax to
separate results dag from ops dag.

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