add an argument.

llvm-svn: 21254
This commit is contained in:
Chris Lattner 2005-04-12 18:51:53 +00:00
parent 95f16a3ac4
commit eb958b0e45
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ public:
/// update the PHI nodes that reside in the block. Note that this should be
/// 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
/// instruction. Note that all instructions BEFORE the specified iterator