From 8480e4804cd9493fe7d3995f194138326a58b4c4 Mon Sep 17 00:00:00 2001 From: Chandrakala Chavva Date: Tue, 6 Feb 2001 20:05:35 -0500 Subject: final.c: Revert back my previous changes. * final.c: Revert back my previous changes. * output.h: Make profile_label_no extern. * config/rs6000/rs6000.c (output_profile_hook): Use standard functions for generating label. From-SVN: r39506 --- gcc/final.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc/final.c') diff --git a/gcc/final.c b/gcc/final.c index 18f3e90..3a2fc15 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -205,6 +205,10 @@ char regs_ever_live[FIRST_PSEUDO_REGISTER]; int frame_pointer_needed; +/* Assign unique numbers to labels generated for profiling. */ + +int profile_label_no; + /* Number of unmatched NOTE_INSN_BLOCK_BEG notes we have seen. */ static int block_depth; -- cgit v1.1