It is invalid to infer the value type from the result #0 of the node
authorAnton Korobeynikov <asl@math.spbu.ru>
Sun, 8 Nov 2009 12:14:54 +0000 (12:14 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sun, 8 Nov 2009 12:14:54 +0000 (12:14 +0000)
commitc2fd919ea27eebc9630716cd3d66b4cb1241d26a
treee35681ab08e03e46d5414a52aac38275be97dcb7
parentd702c8c98064733bd69c636466b502ea1a3a2337
It is invalid to infer the value type from the result #0 of the node
since the instruction might use the other result of different type.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86462 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/MSP430/2009-11-08-InvalidResNo.ll [new file with mode: 0644]
utils/TableGen/DAGISelEmitter.cpp