aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SSAUpdaterBulk.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SSAUpdaterBulk.h')
-rw-r--r--contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SSAUpdaterBulk.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SSAUpdaterBulk.h b/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SSAUpdaterBulk.h
index 3a78e22b7e94..5de575aed059 100644
--- a/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SSAUpdaterBulk.h
+++ b/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/SSAUpdaterBulk.h
@@ -70,10 +70,6 @@ public:
/// rewritten value when RewriteAllUses is called.
void AddUse(unsigned Var, Use *U);
- /// Return true if the SSAUpdater already has a value for the specified
- /// variable in the specified block.
- bool HasValueForBlock(unsigned Var, BasicBlock *BB);
-
/// Perform all the necessary updates, including new PHI-nodes insertion and
/// the requested uses update.
///