* passes.c (rest_of_clean_state): Fix merge conflict made during
commiting the patch.
From-SVN: r87081
+2004-09-04 Jan Hubicka <jh@suse.cz>
+
+ * passes.c (rest_of_clean_state): Fix merge conflict made during
+ commiting the patch.
+
2004-09-04 Jan Hubicka <jh@suse.cz>
* passes.c (rest_of_clean_state): Decompose the instruction stream.
static void
rest_of_clean_state (void)
{
- coverage_end_function ();
rtx insn, next;
+ coverage_end_function ();
/* It is very important to decompose the RTL instruction chain here:
debug information keeps pointing into CODE_LABEL insns inside the function