src/share/vm/opto/coalesce.cpp

changeset 1040
98cb887364d3
parent 772
9ee9cf798b59
child 1108
fbc12e71c476
     1.1 --- a/src/share/vm/opto/coalesce.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/opto/coalesce.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -123,7 +123,7 @@
     1.4  }
     1.5  
     1.6  //------------------------------clone_projs------------------------------------
     1.7 -// After cloning some rematierialized instruction, clone any MachProj's that
     1.8 +// After cloning some rematerialized instruction, clone any MachProj's that
     1.9  // follow it.  Example: Intel zero is XOR, kills flags.  Sparc FP constants
    1.10  // use G3 as an address temp.
    1.11  int PhaseChaitin::clone_projs( Block *b, uint idx, Node *con, Node *copy, uint &maxlrg ) {
    1.12 @@ -694,8 +694,8 @@
    1.13            } // End of if not infinite-stack neighbor
    1.14          } // End of if actually inserted
    1.15        } // End of if live range overlaps
    1.16 -    } // End of else collect intereferences for 1 node
    1.17 -  } // End of while forever, scan back for intereferences
    1.18 +    } // End of else collect interferences for 1 node
    1.19 +  } // End of while forever, scan back for interferences
    1.20    return reg_degree;
    1.21  }
    1.22  
    1.23 @@ -786,7 +786,7 @@
    1.24    if( rm_size == 0 ) return false;
    1.25  
    1.26    // Another early bail-out test is when we are double-coalescing and the
    1.27 -  // 2 copies are seperated by some control flow.
    1.28 +  // 2 copies are separated by some control flow.
    1.29    if( dst_copy != src_copy ) {
    1.30      Block *src_b = _phc._cfg._bbs[src_copy->_idx];
    1.31      Block *b2 = b;

mercurial