aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/BasicBlockUtils.h
AgeCommit message (Expand)Author
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-10Include forms of SplitCriticalEdge which work correctly with pred/succ iteratorsChris Lattner
2003-11-10Move isCriticalEdge & SplitCritical into this file. While we're at it, changeChris Lattner
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2002-07-29Implement a new RemoveSuccessor functionChris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-05-07Checkin headers for Utils libraryChris Lattner