diff options
Diffstat (limited to 'include/llvm/Analysis/MemoryDependenceAnalysis.h')
-rw-r--r-- | include/llvm/Analysis/MemoryDependenceAnalysis.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Analysis/MemoryDependenceAnalysis.h b/include/llvm/Analysis/MemoryDependenceAnalysis.h index 5bd6a82..b3c12c1 100644 --- a/include/llvm/Analysis/MemoryDependenceAnalysis.h +++ b/include/llvm/Analysis/MemoryDependenceAnalysis.h @@ -178,11 +178,6 @@ namespace llvm { /// updating the dependence of instructions that previously depended on it. void removeInstruction(Instruction *InstToRemove); - /// dropInstruction - Remove an instruction from the analysis, making - /// absolutely conservative assumptions when updating the cache. This is - /// useful, for example when an instruction is changed rather than removed. - void dropInstruction(Instruction *InstToDrop); - private: DepResultTy ConvFromResult(MemDepResult R) { if (Instruction *I = R.getInst()) |