mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-21 19:09:56 +08:00
Fix typos in comment
From-SVN: r35112
This commit is contained in:
parent
5c3bc9fb92
commit
5d8fcdcb2d
@ -7797,8 +7797,8 @@ check_dbra_loop (loop, insn_count)
|
||||
|
||||
{
|
||||
/* 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
|
||||
tests with more than one condition. */
|
||||
do not proceed, as this function does not know how to rewrite
|
||||
loop tests with more than one condition. */
|
||||
|
||||
rtx jump1;
|
||||
if ((jump1 = prev_nonnote_insn (jump)) != loop->cont)
|
||||
|
Loading…
Reference in New Issue
Block a user