mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123215 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
218dc3e2fe
commit
f7624bc6dd
@ -1262,9 +1262,7 @@ void MemoryDependenceAnalysis::removeInstruction(Instruction *RemInst) {
|
|||||||
|
|
||||||
assert(!NonLocalDeps.count(RemInst) && "RemInst got reinserted?");
|
assert(!NonLocalDeps.count(RemInst) && "RemInst got reinserted?");
|
||||||
AA->deleteValue(RemInst);
|
AA->deleteValue(RemInst);
|
||||||
#ifndef NDEBUG
|
DEBUG(verifyRemoved(RemInst));
|
||||||
verifyRemoved(RemInst);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
/// verifyRemoved - Verify that the specified instruction does not occur
|
/// verifyRemoved - Verify that the specified instruction does not occur
|
||||||
/// in our internal data structures.
|
/// in our internal data structures.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user