changeset 10266 | 2ea344c79e33 |
parent 10255 | bab46e6f7661 |
child 10514 | e229a19078cf |
--- a/hotspot/src/share/vm/opto/idealGraphPrinter.cpp Tue Aug 16 04:14:05 2011 -0700 +++ b/hotspot/src/share/vm/opto/idealGraphPrinter.cpp Tue Aug 16 11:53:57 2011 -0700 @@ -441,9 +441,6 @@ if (flags & Node::Flag_is_cisc_alternate) { print_prop("is_cisc_alternate", "true"); } - if (flags & Node::Flag_is_Branch) { - print_prop("is_branch", "true"); - } if (flags & Node::Flag_is_dead_loop_safe) { print_prop("is_dead_loop_safe", "true"); }