1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/Transforms
Chris Lattner e005dc792d * Factored RemovePredecessorFromBlock into BasicBlock::removePredecessor
* Avoid messing around with this case:
  br label %A
%A:  br label %A
* Enable optimizations that are correct now.

llvm-svn: 102
2001-06-29 05:24:28 +00:00
..
IPO Miscellaneous cleanups: 2001-06-27 23:41:11 +00:00
Scalar * Factored RemovePredecessorFromBlock into BasicBlock::removePredecessor 2001-06-29 05:24:28 +00:00