mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-21 18:31:36 +00:00
Add an assertion to check that we're really preserving LCSSA.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29886 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b9ca92661c
commit
eb70591492
@ -571,4 +571,6 @@ void IndVarSimplify::runOnLoop(Loop *L) {
|
||||
#endif
|
||||
|
||||
DeleteTriviallyDeadInstructions(DeadInsts);
|
||||
|
||||
if (mustPreserveAnalysisID(LCSSAID)) assert(L->isLCSSAForm());
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user