Assign node order numbers to results of call instruction lowering. This should improv...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 1 Apr 2011 19:42:22 +0000 (19:42 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 1 Apr 2011 19:42:22 +0000 (19:42 +0000)
commit8380c034b68d9d3768ee09b6fdc937696c93ee3d
treefaf7467dbf0bc5f67955fe9abaaa4cf81985edb3
parentc2db19ebf41e4d46638c1442121ed3b292a33848
Assign node order numbers to results of call instruction lowering. This should improve src line debug info when sdisel is used. rdar://9199118

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