Commit b0fd92a3 by Jan Hubicka

Fix typo spotted by Richard.

From-SVN: r44370
parent c4f81e4a
...@@ -2679,7 +2679,7 @@ find_and_verify_loops (f, loops) ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment