Revert r123207: "Turn on memdep's verifyRemoved() in an attempt to smoke out the cause of our gcc bootstrap miscompare."

It didn't.

llvm-svn: 123215
This commit is contained in:
Jakob Stoklund Olesen 2011-01-11 04:05:39 +00:00
parent 6d4a8a7b72
commit 43e92a1d28

View File

@ -1262,9 +1262,7 @@ void MemoryDependenceAnalysis::removeInstruction(Instruction *RemInst) {
assert(!NonLocalDeps.count(RemInst) && "RemInst got reinserted?");
AA->deleteValue(RemInst);
#ifndef NDEBUG
verifyRemoved(RemInst);
#endif
DEBUG(verifyRemoved(RemInst));
}
/// verifyRemoved - Verify that the specified instruction does not occur
/// in our internal data structures.