aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/Analysis/MemorySSAUpdater.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/Analysis/MemorySSAUpdater.h')
-rw-r--r--llvm/include/llvm/Analysis/MemorySSAUpdater.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/include/llvm/Analysis/MemorySSAUpdater.h b/llvm/include/llvm/Analysis/MemorySSAUpdater.h
index b0bf2e5ead62..659e6aff6e28 100644
--- a/llvm/include/llvm/Analysis/MemorySSAUpdater.h
+++ b/llvm/include/llvm/Analysis/MemorySSAUpdater.h
@@ -240,11 +240,6 @@ public:
/// successors.
void changeToUnreachable(const Instruction *I);
- /// Conditional branch BI is changed or replaced with an unconditional branch
- /// to `To`. Update Phis in BI's successors to remove BI's BB.
- void changeCondBranchToUnconditionalTo(const BranchInst *BI,
- const BasicBlock *To);
-
/// Get handle on MemorySSA.
MemorySSA* getMemorySSA() const { return MSSA; }