8367243: Format issues with dist dump debug output in PhaseGVN::dead_loop_check

Reviewed-by: thartmann
This commit is contained in:
Emanuel Peter 2025-09-11 05:05:30 +00:00
parent 4cc75be80e
commit 2826d17025

View File

@ -780,7 +780,7 @@ void PhaseGVN::dead_loop_check( Node *n ) {
}
}
}
if (!no_dead_loop) n->dump_bfs(100,nullptr,"#");
if (!no_dead_loop) { n->dump_bfs(100, nullptr, ""); }
assert(no_dead_loop, "dead loop detected");
}
}