mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 11:34:38 +02:00
6810672: Comment typos
I have collected some typos I have found while looking at the code. Reviewed-by: kvn, never
This commit is contained in:
parent
67a5668b16
commit
05d1de7727
120 changed files with 278 additions and 277 deletions
|
@ -607,7 +607,7 @@ void Parse::do_all_blocks() {
|
|||
if (control()->is_Region() && !block->is_loop_head() && !has_irreducible && !block->is_handler()) {
|
||||
// In the absence of irreducible loops, the Region and Phis
|
||||
// associated with a merge that doesn't involve a backedge can
|
||||
// be simplfied now since the RPO parsing order guarantees
|
||||
// be simplified now since the RPO parsing order guarantees
|
||||
// that any path which was supposed to reach here has already
|
||||
// been parsed or must be dead.
|
||||
Node* c = control();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue