mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-26 15:54:38 +08:00
Fix typo spotted by Richard.
From-SVN: r44370
This commit is contained in:
parent
c4f81e4a6b
commit
b0fd92a3c8
@ -2679,7 +2679,7 @@ find_and_verify_loops (f, loops)
|
|||||||
rtx tmp;
|
rtx tmp;
|
||||||
|
|
||||||
/* Search for possible garbage past the conditional jumps
|
/* 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;
|
for (tmp = last_insn_to_move;
|
||||||
tmp && GET_CODE (tmp) != CODE_LABEL; tmp = NEXT_INSN (tmp))
|
tmp && GET_CODE (tmp) != CODE_LABEL; tmp = NEXT_INSN (tmp))
|
||||||
if (GET_CODE (tmp) == BARRIER)
|
if (GET_CODE (tmp) == BARRIER)
|
||||||
|
Loading…
Reference in New Issue
Block a user