mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-09 13:21:30 +00:00
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:
parent
6d4a8a7b72
commit
43e92a1d28
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user