ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced. Do...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 8 Jan 2010 02:36:12 +0000 (02:36 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 8 Jan 2010 02:36:12 +0000 (02:36 +0000)
commit6f279e0bda35a35740cc8c5479d579890bc1d3f7
tree08d556290ff7debfe8c6104fd50dcb50927cb422
parentb093bd0565b1f5c93c2696f6ec712b2e61551c5b
ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced. Do not delete dead nodes again.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92988 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
test/CodeGen/X86/2010-01-07-ISelBug.ll [new file with mode: 0644]