8259576: Misplaced curly brace in Matcher::find_shared_post_visit
Reviewed-by: lucy, thartmann
This commit is contained in:
parent
a6ab9e4740
commit
4697cfa4b0
@ -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;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user