mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 09:44:57 +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;
|
||||
|
||||
/* 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)
|
||||
|
Loading…
Reference in New Issue
Block a user