8281722: Removal of PrintIdealLevel

Reviewed-by: chagedorn, thartmann
This commit is contained in:
Nils Eliasson 2022-02-15 08:20:16 +00:00
parent 622970e47c
commit 8819f45357
5 changed files with 1 additions and 9 deletions

View file

@ -4842,7 +4842,7 @@ void Compile::print_method(CompilerPhaseType cpt, int level, Node* n) {
if (should_print_igv(level)) {
_igv_printer->print_method(name, level);
}
if (should_print_ideal(level) || should_print_phase(cpt)) {
if (should_print_phase(cpt)) {
print_ideal_ir(CompilerPhaseTypeHelper::to_name(cpt));
}
#endif