From: Jan Hubicka Date: Wed, 25 Jul 2001 22:36:42 +0000 (+0000) Subject: Fix typo spotted by Richard. X-Git-Tag: prereleases/libstdc++-3.0.95~3044 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0fd92a3c810b5de3dbf020ca540dfefde4df924;p=thirdparty%2Fgcc.git Fix typo spotted by Richard. From-SVN: r44370 --- diff --git a/gcc/loop.c b/gcc/loop.c index 3584fe4c91b7..53e807374679 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -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)