summaryrefslogtreecommitdiffstats
path: root/gcc/passes.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-04 10:12:42 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-04 10:12:42 +0000
commit132b0da4b4811189d037b4f0fc42aa7e37db86bb (patch)
treeb20a90ddbf4fa673187739a48e9774ff99ae18c8 /gcc/passes.c
parent3df331174c48e54a560c6da03a6131db3d0994a3 (diff)
downloadppe42-gcc-132b0da4b4811189d037b4f0fc42aa7e37db86bb.tar.gz
ppe42-gcc-132b0da4b4811189d037b4f0fc42aa7e37db86bb.zip
* passes.c (rest_of_clean_state): Fix merge conflict made during
commiting the patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87081 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/passes.c')
-rw-r--r--gcc/passes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/passes.c b/gcc/passes.c
index a125c71b701..d55e9b91062 100644
--- a/gcc/passes.c
+++ b/gcc/passes.c
@@ -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
OpenPOWER on IntegriCloud