Commit 8d168c24 by Jan Hubicka Committed by Jan Hubicka

passes.c (rest_of_clean_state): Fix merge conflict made during commiting the patch.


	* passes.c (rest_of_clean_state):  Fix merge conflict made during
	commiting the patch.

From-SVN: r87081
parent 0a9aeefd
2004-09-04 Jan Hubicka <jh@suse.cz> 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. * passes.c (rest_of_clean_state): Decompose the instruction stream.
2004-09-04 Richard Sandiford <rsandifo@redhat.com> 2004-09-04 Richard Sandiford <rsandifo@redhat.com>
......
...@@ -1633,8 +1633,8 @@ rest_of_handle_shorten_branches (void) ...@@ -1633,8 +1633,8 @@ rest_of_handle_shorten_branches (void)
static void static void
rest_of_clean_state (void) rest_of_clean_state (void)
{ {
coverage_end_function ();
rtx insn, next; rtx insn, next;
coverage_end_function ();
/* It is very important to decompose the RTL instruction chain here: /* It is very important to decompose the RTL instruction chain here:
debug information keeps pointing into CODE_LABEL insns inside the function debug information keeps pointing into CODE_LABEL insns inside the function
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment