mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-06 03:08:43 +00:00
Add an assertion to check that we're really preserving LCSSA.
llvm-svn: 29886
This commit is contained in:
parent
ccbb645459
commit
e02cb4cda0
@ -571,4 +571,6 @@ void IndVarSimplify::runOnLoop(Loop *L) {
|
||||
#endif
|
||||
|
||||
DeleteTriviallyDeadInstructions(DeadInsts);
|
||||
|
||||
if (mustPreserveAnalysisID(LCSSAID)) assert(L->isLCSSAForm());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user