enhance the EmitNode/MorphNodeTo operands to take a bit that
authorChris Lattner <sabre@nondot.org>
Sun, 28 Feb 2010 21:53:42 +0000 (21:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Feb 2010 21:53:42 +0000 (21:53 +0000)
commitff7fb60f2a7e2f3efd54df6480aadcb4adf5cab7
tree7204ffaf2b65ea7b49772943f5c8386a15a718a1
parent21221e357c6aa9ade3966ee86dab7d44c25220d0
enhance the EmitNode/MorphNodeTo operands to take a bit that
specifies whether there is an output flag or not.  Use this
instead of redundantly encoding the chain/flag results in the
output vtlist.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97419 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/DAGISelHeader.h
utils/TableGen/DAGISelMatcher.cpp
utils/TableGen/DAGISelMatcher.h
utils/TableGen/DAGISelMatcherEmitter.cpp
utils/TableGen/DAGISelMatcherGen.cpp
utils/TableGen/DAGISelMatcherOpt.cpp