* print-rtl.c (print_rtx): Adjust NOTE argument numbers for
2002-06-02 change.
From-SVN: r54762
+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.
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))
{
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. */