mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Turn on memdep's verifyRemoved() in an attempt to smoke out the cause of our gcc bootstrap miscompare.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123207 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
15ed90c859
commit
121704d738
@ -1262,7 +1262,9 @@ void MemoryDependenceAnalysis::removeInstruction(Instruction *RemInst) {
|
||||
|
||||
assert(!NonLocalDeps.count(RemInst) && "RemInst got reinserted?");
|
||||
AA->deleteValue(RemInst);
|
||||
DEBUG(verifyRemoved(RemInst));
|
||||
#ifndef NDEBUG
|
||||
verifyRemoved(RemInst);
|
||||
#endif
|
||||
}
|
||||
/// verifyRemoved - Verify that the specified instruction does not occur
|
||||
/// in our internal data structures.
|
||||
|
Loading…
Reference in New Issue
Block a user