mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix this debug output to handle the case where the loop has been deleted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82994 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6d594a9d76
commit
322b95cd5f
@ -241,7 +241,8 @@ bool LPPassManager::runOnFunction(Function &F) {
|
||||
|
||||
if (Changed)
|
||||
dumpPassInfo(P, MODIFICATION_MSG, ON_LOOP_MSG,
|
||||
CurrentLoop->getHeader()->getNameStr());
|
||||
skipThisLoop ? "<deleted>" :
|
||||
CurrentLoop->getHeader()->getNameStr());
|
||||
dumpPreservedSet(P);
|
||||
|
||||
if (!skipThisLoop) {
|
||||
|
Loading…
Reference in New Issue
Block a user