Commit 32c36ac8 by Richard Henderson Committed by Richard Henderson

print-rtl.c (print_rtx): Adjust NOTE argument numbers for 2002-06-02 change.

        * print-rtl.c (print_rtx): Adjust NOTE argument numbers for
        2002-06-02 change.

From-SVN: r54762
parent bb20b7da
2002-06-18 Richard Henderson <rth@redhat.com>
* print-rtl.c (print_rtx): Adjust NOTE argument numbers for
2002-06-02 change.
Tue Jun 18 20:53:32 2002 J"orn Rennecke <joern.rennecke@superh.com> Tue Jun 18 20:53:32 2002 J"orn Rennecke <joern.rennecke@superh.com>
* t-sh (MULTILIB_EXCEPTIONS): Set to ml. * t-sh (MULTILIB_EXCEPTIONS): Set to ml.
......
...@@ -228,7 +228,7 @@ print_rtx (in_rtx) ...@@ -228,7 +228,7 @@ print_rtx (in_rtx)
fprintf (outfile, " [%d]", ORIGINAL_REGNO (in_rtx)); fprintf (outfile, " [%d]", ORIGINAL_REGNO (in_rtx));
break; break;
} }
if (i == 3 && GET_CODE (in_rtx) == NOTE) if (i == 4 && GET_CODE (in_rtx) == NOTE)
{ {
switch (NOTE_LINE_NUMBER (in_rtx)) switch (NOTE_LINE_NUMBER (in_rtx))
{ {
...@@ -356,7 +356,7 @@ print_rtx (in_rtx) ...@@ -356,7 +356,7 @@ print_rtx (in_rtx)
break; break;
case 'i': case 'i':
if (i == 5 && GET_CODE (in_rtx) == NOTE) if (i == 6 && GET_CODE (in_rtx) == NOTE)
{ {
/* This field is only used for NOTE_INSN_DELETED_LABEL, and /* This field is only used for NOTE_INSN_DELETED_LABEL, and
other times often contains garbage from INSN->NOTE death. */ other times often contains garbage from INSN->NOTE death. */
......
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