rs6000.c (output_profile_hook): Do not increment labelno.
* config/rs6000/rs6000.c (output_profile_hook): Do not increment labelno. From-SVN: r52565
This commit is contained in:
parent
9a4b4cfc1a
commit
9dda4cc899
2 changed files with 7 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue