src/share/vm/opto/parse1.cpp

changeset 1040
98cb887364d3
parent 802
194b8e3a2fc4
child 1119
7230de7c4610
     1.1 --- a/src/share/vm/opto/parse1.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/opto/parse1.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -607,7 +607,7 @@
     1.4        if (control()->is_Region() && !block->is_loop_head() && !has_irreducible && !block->is_handler()) {
     1.5          // In the absence of irreducible loops, the Region and Phis
     1.6          // associated with a merge that doesn't involve a backedge can
     1.7 -        // be simplfied now since the RPO parsing order guarantees
     1.8 +        // be simplified now since the RPO parsing order guarantees
     1.9          // that any path which was supposed to reach here has already
    1.10          // been parsed or must be dead.
    1.11          Node* c = control();

mercurial