Remove the end-block handling code. It was unsafe, and making it safe would have...
authorOwen Anderson <resistor@mac.com>
Thu, 12 Jul 2007 17:52:20 +0000 (17:52 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 12 Jul 2007 17:52:20 +0000 (17:52 +0000)
commit1b4542b6df40aa6889e9af55f18e47edd93c62a0
tree54369eda9dcdd123fe4f07a40b5fa0b80167e89d
parent66a2a8f8782f55a9668c7f4200ff55b52fcddef6
Remove the end-block handling code.  It was unsafe, and making it safe would have resulted in falling back to the slow DSE case.  I need to think some more about the right way to handle this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39788 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/FastDSE.cpp