If sdisel has decided to sink GEP index expression into any BB. Replace all uses
authorEvan Cheng <evan.cheng@apple.com>
Sat, 17 Mar 2007 08:22:49 +0000 (08:22 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 17 Mar 2007 08:22:49 +0000 (08:22 +0000)
commit2edd5638255dbbcdad55ca724953e155ab13b5d1
treef6f74071f28e099ec765d3bd67317ecfeed6ef8f
parentade0162fdfb133440fdf4df18158719c04157dcc
If sdisel has decided to sink GEP index expression into any BB. Replace all uses
in that BB.

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