Scheduler assumes SDDbgValue nodes are in source order. That's true currently. But...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 25 Mar 2010 07:16:57 +0000 (07:16 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 25 Mar 2010 07:16:57 +0000 (07:16 +0000)
commit4ec9bd9a6f92a10185870bae2cebce199f6acc5a
tree7b671d2fa11ba63e4c9c0e5049874d4e94550592
parent5a6e97a7e4e25265cd491f10cc9b0676ff5c0746
Scheduler assumes SDDbgValue nodes are in source order. That's true currently. But add an assertion to verify it.

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