passes.c (rest_of_clean_state): Fix merge conflict made during commiting the patch.
authorJan Hubicka <jh@suse.cz>
Sat, 4 Sep 2004 10:12:42 +0000 (12:12 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Sat, 4 Sep 2004 10:12:42 +0000 (10:12 +0000)
* passes.c (rest_of_clean_state):  Fix merge conflict made during
commiting the patch.

From-SVN: r87081

gcc/ChangeLog
gcc/passes.c

index 856eff4cb9d3770010b2ddfa55caa94527744fe1..c6c645e064be9dfff44a2267c42a906026b64354 100644 (file)
@@ -1,3 +1,8 @@
+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.
index a125c71b7017f762050b62edee3000ef001e130e..d55e9b9106219ec104141a517ac3d4b9d9398728 100644 (file)
@@ -1633,8 +1633,8 @@ rest_of_handle_shorten_branches (void)
 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