aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/SimplifyCFG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling of `propagate'.Misha Brukman2002-10-291-3/+3
* Changes to support PHINode::removeIncoming changesChris Lattner2002-10-081-9/+2
* Fix bug: SimplifyCFG/2002-09-24-PHIAssertion.llChris Lattner2002-09-241-3/+4
* Minor cleanupsChris Lattner2002-09-241-7/+5
* Allow folding of basic blocks that have PHI nodes in them, fixing "bug":Chris Lattner2002-07-291-1/+11
* *** empty log message ***Chris Lattner2002-06-251-29/+26
* Add implementation of SimplifyCFGChris Lattner2002-05-211-0/+198