Commit 5bc5a8f9 by Graham Stott Committed by Graham Stott

* combine.c (combine_instructions): Fix typo.

From-SVN: r48630
parent 16ec4ebf
2002-01-08 Graham Stott <grahams@redhat.com> 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.h: Use "tree" and "rtx" throughout.
* debug.c: Likewise. * debug.c: Likewise.
......
...@@ -624,7 +624,7 @@ combine_instructions (f, nregs) ...@@ -624,7 +624,7 @@ combine_instructions (f, nregs)
/* If the linked insn has been replaced by a note, then there /* If the linked insn has been replaced by a note, then there
is no point in pursuing this chain any further. */ is no point in pursuing this chain any further. */
if (GET_CODE (link) == NOTE) if (GET_CODE (link) == NOTE)
break; continue;
for (nextlinks = LOG_LINKS (link); for (nextlinks = LOG_LINKS (link);
nextlinks; nextlinks;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment