Add support for "cast" nodes, which are required when there is not enough information
authorChris Lattner <sabre@nondot.org>
Thu, 7 Aug 2003 19:59:42 +0000 (19:59 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 7 Aug 2003 19:59:42 +0000 (19:59 +0000)
commit90825b4b4b6f98e6723423ac1a26f5174202782f
tree8ce4837a79aac079ae4dc98c1851170cf78bc73d
parentab05e2aa4cfd1ba326ce218f22448e1173889700
Add support for "cast" nodes, which are required when there is not enough information
to infer type type of all nodes, e.g. (ret imm)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7684 91177308-0d34-0410-b5e6-96231b3b80d8
support/tools/TableGen/InstrSelectorEmitter.cpp
utils/TableGen/InstrSelectorEmitter.cpp