[llvm-commits] [PATCH] remove BranchInst::setUnconditionalDest()

Chris Lattner clattner at apple.com
Fri Jan 7 10:48:52 PST 2011


On Jan 7, 2011, at 4:50 AM, Jay Foad wrote:

> 
> The patches are, in order:
> 
> remove-uses: change the existing uses of setUnconditionalDest() to
> create a new unconditional BranchInst instead
> remove-impl: remove the implementation of setUnconditionalDest()
> cleanup-operandlist: the cleanups mentioned above
> 
> I've tested them all with "make all check".
> 
> Comments? Or, OK to commit?

Very very nice, please commit!




More information about the llvm-commits mailing list