PR c++/6119
* final.c (final_start_function): Don't bump profile_label_no here...
(final_end_function): ...but here.
From-SVN: r51872
+2002-04-04 Jakub Jelinek <jakub@redhat.com>
+
+ PR c++/6119
+ * final.c (final_start_function): Don't bump profile_label_no here...
+ (final_end_function): ...but here.
+
2002-04-04 Jakub Jelinek <jakub@redhat.com>
* config/sparc/sparc.md (pic): New attribute.
if (! HAVE_prologue)
#endif
profile_after_prologue (file);
-
- profile_label_no++;
}
static void
&& dwarf2out_do_frame ())
dwarf2out_end_epilogue ();
#endif
+
+ profile_label_no++;
}
\f
/* Output assembler code for some insns: all or part of a function.