projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ec4eb
)
* combine.c (combine_instructions): Fix typo.
author
Graham Stott
<grahams@redhat.com>
Tue, 8 Jan 2002 09:57:48 +0000
(09:57 +0000)
committer
Graham Stott
<grahams@gcc.gnu.org>
Tue, 8 Jan 2002 09:57:48 +0000
(09:57 +0000)
From-SVN: r48630
gcc/ChangeLog
patch
|
blob
|
history
gcc/combine.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index c792fbec76a082be39f67f0712df91051d17149c..59717afadb74778553f2339acae49dfd3422b771 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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.
diff --git
a/gcc/combine.c
b/gcc/combine.c
index 64e1069ebda4a0250d23b4512735c19338da3f02..d640bc447f4692272b7a389ca30410ee20d961da 100644
(file)
--- 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;