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
This commit is contained in:
Richard Henderson 2002-06-18 13:12:13 -07:00 committed by Richard Henderson
parent bb20b7dafd
commit 32c36ac87a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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>
* t-sh (MULTILIB_EXCEPTIONS): Set to ml.

View File

@ -228,7 +228,7 @@ print_rtx (in_rtx)
fprintf (outfile, " [%d]", ORIGINAL_REGNO (in_rtx));
break;
}
if (i == 3 && GET_CODE (in_rtx) == NOTE)
if (i == 4 && GET_CODE (in_rtx) == NOTE)
{
switch (NOTE_LINE_NUMBER (in_rtx))
{
@ -356,7 +356,7 @@ print_rtx (in_rtx)
break;
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
other times often contains garbage from INSN->NOTE death. */