src/share/vm/opto/live.cpp

changeset 1040
98cb887364d3
parent 1001
91263420e1c6
child 1063
7bb995fbd3c0
     1.1 --- a/src/share/vm/opto/live.cpp	Fri Feb 27 08:34:19 2009 -0800
     1.2 +++ b/src/share/vm/opto/live.cpp	Fri Feb 27 13:27:09 2009 -0800
     1.3 @@ -39,7 +39,7 @@
     1.4  // Leftover bits become the new live-in for the predecessor block, and the pred
     1.5  // block is put on the worklist.
     1.6  //   The locally live-in stuff is computed once and added to predecessor
     1.7 -// live-out sets.  This seperate compilation is done in the outer loop below.
     1.8 +// live-out sets.  This separate compilation is done in the outer loop below.
     1.9  PhaseLive::PhaseLive( const PhaseCFG &cfg, LRG_List &names, Arena *arena ) : Phase(LIVE), _cfg(cfg), _names(names), _arena(arena), _live(0) {
    1.10  }
    1.11  

mercurial