1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/include
Chris Lattner 57e11a167d Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.h
as a global helper function.  At the same type, switch it from taking
a vector of predecessors to an arbitrary sequential input.  This allows
us to switch LoopSimplify to use a SmallVector for various temporary
vectors that it passed into SplitBlockPredecessors.

llvm-svn: 50020
2008-04-21 01:28:02 +00:00
..
llvm Move SplitBlockPredecessors out of loopsimplify into BasicBlockUtils.h 2008-04-21 01:28:02 +00:00
llvm-c Merge LLVMBuilder and FoldingBuilder, calling 2008-04-13 06:22:09 +00:00