* Factored RemovePredecessorFromBlock into BasicBlock::removePredecessor
authorChris Lattner <sabre@nondot.org>
Fri, 29 Jun 2001 05:24:28 +0000 (05:24 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 29 Jun 2001 05:24:28 +0000 (05:24 +0000)
commit25d17a5001648a8f944665643c8b4e9699b324a7
tree4687b8e9b029ba0b5b42b7be8e0a5e734ec44764
parentbca26a4c6ba4b2ac99fef6aeaece4fd514993102
* Factored RemovePredecessorFromBlock into BasicBlock::removePredecessor
* Avoid messing around with this case:
  br label %A
%A:  br label %A
* Enable optimizations that are correct now.

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