aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraham Stott <grahams@redhat.com>2002-01-08 09:57:48 +0000
committerGraham Stott <grahams@gcc.gnu.org>2002-01-08 09:57:48 +0000
commit5bc5a8f9b7f14fdaf530000984a8eb30a0804b32 (patch)
treec0c504c4d0522ade28ba78f2a3a8ac83125a3de9
parent16ec4ebf00e10e2fd2bc2879e9ede682883951f2 (diff)
downloadgcc-5bc5a8f9b7f14fdaf530000984a8eb30a0804b32.zip
gcc-5bc5a8f9b7f14fdaf530000984a8eb30a0804b32.tar.gz
gcc-5bc5a8f9b7f14fdaf530000984a8eb30a0804b32.tar.bz2
* combine.c (combine_instructions): Fix typo.
From-SVN: r48630
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/combine.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c792fbe..59717af 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
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.
* debug.c: Likewise.
diff --git a/gcc/combine.c b/gcc/combine.c
index 64e1069..d640bc4 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;