llvm with tablegen backend for capstone disassembler
Go to file
Chris Lattner 84f07396d3 * 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
llvm * Factored RemovePredecessorFromBlock into BasicBlock::removePredecessor 2001-06-29 05:24:28 +00:00