From 5bc5a8f9b7f14fdaf530000984a8eb30a0804b32 Mon Sep 17 00:00:00 2001 From: Graham Stott Date: Tue, 8 Jan 2002 09:57:48 +0000 Subject: [PATCH] * combine.c (combine_instructions): Fix typo. From-SVN: r48630 --- gcc/ChangeLog | 4 ++++ gcc/combine.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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; -- 2.30.2