From: Graham Stott Date: Tue, 8 Jan 2002 09:57:48 +0000 (+0000) Subject: * combine.c (combine_instructions): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5bc5a8f9b7f14fdaf530000984a8eb30a0804b32;p=gcc.git * combine.c (combine_instructions): Fix typo. From-SVN: r48630 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c792fbec76a..59717afadb7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-01-08 Graham Stott + + * combine.c (combine_instructions): Fix typo. + 2002-01-08 Graham Stott * debug.h: Use "tree" and "rtx" throughout. diff --git a/gcc/combine.c b/gcc/combine.c index 64e1069ebda..d640bc447f4 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -624,7 +624,7 @@ combine_instructions (f, nregs) /* If the linked insn has been replaced by a note, then there is no point in pursuing this chain any further. */ if (GET_CODE (link) == NOTE) - break; + continue; for (nextlinks = LOG_LINKS (link); nextlinks;