rs6000.c (output_profile_hook): Do not increment labelno.
authorDavid Edelsohn <edelsohn@gnu.org>
Sun, 21 Apr 2002 05:04:01 +0000 (05:04 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 21 Apr 2002 05:04:01 +0000 (01:04 -0400)
        * config/rs6000/rs6000.c (output_profile_hook): Do not increment
        labelno.

From-SVN: r52565

gcc/ChangeLog
gcc/config/rs6000/rs6000.c

index db26e25224a686036be8be259a29e9dec5ef8485..db431d1c6df9905dff20728453265ce3b78bee82 100644 (file)
@@ -1,3 +1,8 @@
+2002-04-21  David Edelsohn  <edelsohn@gnu.org>
+
+       * config/rs6000/rs6000.c (output_profile_hook): Do not increment
+       labelno.
+
 2002-04-20  Joseph S. Myers  <jsm28@cam.ac.uk>
 
        * doc/invoke.texi: Remove Chill references.
index bb16748cbe38f99881ec09d946c770586ffab6d2..ea2cebdba11399664f4d244cc67caf08a7f90947 100644 (file)
@@ -9033,7 +9033,7 @@ rs6000_output_function_prologue (file, size)
   if (! HAVE_prologue)
     {
       start_sequence ();
-      
+
       /* A NOTE_INSN_DELETED is supposed to be at the start and end of
         the "toplevel" insn chain.  */
       emit_note (0, NOTE_INSN_DELETED);
@@ -9050,7 +9050,7 @@ rs6000_output_function_prologue (file, size)
            addr += 4;
          }
       }
-      
+
       if (TARGET_DEBUG_STACK)
        debug_rtx_list (get_insns (), 100);
       final (get_insns (), file, FALSE, FALSE);
@@ -10456,8 +10456,6 @@ output_profile_hook (labelno)
       const char *label_name;
       rtx fun;
 
-      labelno += 1;
-
       ASM_GENERATE_INTERNAL_LABEL (buf, "LP", labelno);
       STRIP_NAME_ENCODING (label_name, ggc_strdup (buf));
       fun = gen_rtx_SYMBOL_REF (Pmode, label_name);