Fix typo spotted by Richard.

From-SVN: r44370
This commit is contained in:
Jan Hubicka 2001-07-25 22:36:42 +00:00
parent c4f81e4a6b
commit b0fd92a3c8

View 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)