8259576: Misplaced curly brace in Matcher::find_shared_post_visit

Reviewed-by: lucy, thartmann
This commit is contained in:
Aleksey Shipilev 2021-01-12 10:52:36 +00:00
parent a6ab9e4740
commit 4697cfa4b0

View File

@ -2404,9 +2404,9 @@ void Matcher::find_shared_post_visit(Node* n, uint opcode) {
n->set_req(2, n->in(3)); n->set_req(2, n->in(3));
n->del_req(3); n->del_req(3);
break; break;
}
default: default:
break; break;
}
} }
} }