Token chain results are not always the first or last result. Consider copyfromreg...
authorChris Lattner <sabre@nondot.org>
Sat, 14 Jan 2006 22:41:46 +0000 (22:41 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 Jan 2006 22:41:46 +0000 (22:41 +0000)
commitc0ab5226cc92b8d33104374a21896b8331f3fee1
tree6ee3448b715c02d7bebc5e5468e587de8e68526d
parentbc0f46097d4a16929e8501948e1083a225f0555f
Token chain results are not always the first or last result.  Consider copyfromreg nodes, where they are the middle result (the flag result is last)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25325 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp