* combine.c (combine_instructions): Fix typo.
authorGraham Stott <grahams@redhat.com>
Tue, 8 Jan 2002 09:57:48 +0000 (09:57 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Tue, 8 Jan 2002 09:57:48 +0000 (09:57 +0000)
From-SVN: r48630

gcc/ChangeLog
gcc/combine.c

index c792fbec76a082be39f67f0712df91051d17149c..59717afadb74778553f2339acae49dfd3422b771 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-08  Graham Stott  <grahams@redhat.com>
+
+       * combine.c (combine_instructions): Fix typo.
+
 2002-01-08  Graham Stott  <grahams@redhat.com>
 
        * debug.h: Use "tree" and "rtx" throughout.
index 64e1069ebda4a0250d23b4512735c19338da3f02..d640bc447f4692272b7a389ca30410ee20d961da 100644 (file)
@@ -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;