Commit 5d8fcdcb by Zack Weinberg

Fix typos in comment

From-SVN: r35112
parent 5c3bc9fb
...@@ -7797,8 +7797,8 @@ check_dbra_loop (loop, insn_count) ...@@ -7797,8 +7797,8 @@ check_dbra_loop (loop, insn_count)
{ {
/* If more than one condition is present to control the loop, then /* If more than one condition is present to control the loop, then
do not procceed as this function does not know how to rewrite loop do not proceed, as this function does not know how to rewrite
tests with more than one condition. */ loop tests with more than one condition. */
rtx jump1; rtx jump1;
if ((jump1 = prev_nonnote_insn (jump)) != loop->cont) if ((jump1 = prev_nonnote_insn (jump)) != loop->cont)
......
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