mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
add an argument.
llvm-svn: 21254
This commit is contained in:
parent
ee06161a63
commit
ff1eca851a
@ -155,7 +155,7 @@ public:
|
|||||||
/// update the PHI nodes that reside in the block. Note that this should be
|
/// update the PHI nodes that reside in the block. Note that this should be
|
||||||
/// called while the predecessor still refers to this block.
|
/// called while the predecessor still refers to this block.
|
||||||
///
|
///
|
||||||
void removePredecessor(BasicBlock *Pred);
|
void removePredecessor(BasicBlock *Pred, bool DontDeleteUselessPHIs = false);
|
||||||
|
|
||||||
/// splitBasicBlock - This splits a basic block into two at the specified
|
/// splitBasicBlock - This splits a basic block into two at the specified
|
||||||
/// instruction. Note that all instructions BEFORE the specified iterator
|
/// instruction. Note that all instructions BEFORE the specified iterator
|
||||||
|
Loading…
Reference in New Issue
Block a user