aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/BasicBlock.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-04-12 18:51:53 +0000
committerChris Lattner <sabre@nondot.org>2005-04-12 18:51:53 +0000
commit0b2fc9b560a0cacbb9ddd8db10ef35a2ae5d334e (patch)
tree34e337d932c754cbf71328bb3ca2e6c709c4ceb5 /include/llvm/BasicBlock.h
parent151c80be8180a7a0aa1594848699aa6b678b3998 (diff)
downloadexternal_llvm-0b2fc9b560a0cacbb9ddd8db10ef35a2ae5d334e.zip
external_llvm-0b2fc9b560a0cacbb9ddd8db10ef35a2ae5d334e.tar.gz
external_llvm-0b2fc9b560a0cacbb9ddd8db10ef35a2ae5d334e.tar.bz2
add an argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21254 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/BasicBlock.h')
-rw-r--r--include/llvm/BasicBlock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/BasicBlock.h b/include/llvm/BasicBlock.h
index 38ac109..23744d6 100644
--- a/include/llvm/BasicBlock.h
+++ b/include/llvm/BasicBlock.h
@@ -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