OSDN Git Service

* print-rtl.c (print_rtx): Adjust NOTE argument numbers for
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jun 2002 20:12:13 +0000 (20:12 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 18 Jun 2002 20:12:13 +0000 (20:12 +0000)
        2002-06-02 change.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54762 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/print-rtl.c

index 6005ad9..37bb487 100644 (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.
index 88de967..a6fedf6 100644 (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.  */