Fix typo spotted by Richard.
authorJan Hubicka <hubicka@gcc.gnu.org>
Wed, 25 Jul 2001 22:36:42 +0000 (22:36 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 25 Jul 2001 22:36:42 +0000 (22:36 +0000)
From-SVN: r44370

gcc/loop.c

index 3584fe4c91b769717aaeae14e5ee6d85c2743d55..53e807374679c006851155e28453c54323cf3006 100644 (file)
@@ -2679,7 +2679,7 @@ find_and_verify_loops (f, loops)
                rtx tmp;
 
                /* Search for possible garbage past the conditional jumps
-                  and look for latest barrier.  */
+                  and look for the last barrier.  */
                for (tmp = last_insn_to_move;
                     tmp && GET_CODE (tmp) != CODE_LABEL; tmp = NEXT_INSN (tmp))
                  if (GET_CODE (tmp) == BARRIER)