Eliminate the dropInstruction method, which is not needed any more.
authorChris Lattner <sabre@nondot.org>
Sat, 29 Nov 2008 23:30:39 +0000 (23:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 29 Nov 2008 23:30:39 +0000 (23:30 +0000)
commit4f8c18c7c757875cfa45383e7cf33d65d2c4d564
treeb3fdaa7ff61c94ae583d5a92f25302521dd96079
parent4fd40e884c76ffbf1157ab4ca48a099c55eebb4f
Eliminate the dropInstruction method, which is not needed any more.
Fix a subtle iterator invalidation bug I introduced in the last commit.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60258 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/MemoryDependenceAnalysis.h
lib/Analysis/MemoryDependenceAnalysis.cpp
lib/Transforms/Scalar/MemCpyOptimizer.cpp