This assertion is too restrictive, it does not apply for dangling dbg value nodes...
authorDevang Patel <dpatel@apple.com>
Tue, 25 Jan 2011 18:09:33 +0000 (18:09 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 25 Jan 2011 18:09:33 +0000 (18:09 +0000)
commit3a00ffacdc49cb71baca7a17de51ff55fca119b7
tree4ab097b3be997f27c4ff7cdf8a2f984a30d06cdc
parentb5b80a93f611ee63788b10d89989b3644642cba5
This assertion is too restrictive, it does not apply for dangling dbg value nodes (nodes where dbg.value intrinsic preceds use of the value).

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