src/share/vm/opto/loopopts.cpp

changeset 1063
7bb995fbd3c0
parent 1040
98cb887364d3
child 1269
0f2d888530e7
     1.1 --- a/src/share/vm/opto/loopopts.cpp	Mon Mar 09 13:34:00 2009 -0700
     1.2 +++ b/src/share/vm/opto/loopopts.cpp	Thu Mar 12 18:16:36 2009 -0700
     1.3 @@ -97,7 +97,7 @@
     1.4        // (Note: This tweaking with igvn only works because x is a new node.)
     1.5        _igvn.set_type(x, t);
     1.6        // If x is a TypeNode, capture any more-precise type permanently into Node
     1.7 -      // othewise it will be not updated during igvn->transform since
     1.8 +      // otherwise it will be not updated during igvn->transform since
     1.9        // igvn->type(x) is set to x->Value() already.
    1.10        x->raise_bottom_type(t);
    1.11        Node *y = x->Identity(&_igvn);
    1.12 @@ -879,7 +879,7 @@
    1.13              Node *x_ctrl = NULL;
    1.14              if( u->is_Phi() ) {
    1.15                // Replace all uses of normal nodes.  Replace Phi uses
    1.16 -              // individually, so the seperate Nodes can sink down
    1.17 +              // individually, so the separate Nodes can sink down
    1.18                // different paths.
    1.19                uint k = 1;
    1.20                while( u->in(k) != n ) k++;

mercurial