src/share/vm/opto/ifg.cpp

changeset 1040
98cb887364d3
parent 1001
91263420e1c6
child 1063
7bb995fbd3c0
     1.1 --- a/src/share/vm/opto/ifg.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/opto/ifg.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -292,7 +292,7 @@
     1.4  //------------------------------interfere_with_live----------------------------
     1.5  // Interfere this register with everything currently live.  Use the RegMasks
     1.6  // to trim the set of possible interferences. Return a count of register-only
     1.7 -// inteferences as an estimate of register pressure.
     1.8 +// interferences as an estimate of register pressure.
     1.9  void PhaseChaitin::interfere_with_live( uint r, IndexSet *liveout ) {
    1.10    uint retval = 0;
    1.11    // Interfere with everything live.

mercurial