From eae4bc56ee765027101b05a66c3c79439c34b7b9 Mon Sep 17 00:00:00 2001 From: Jan Hubicka Date: Sun, 2 Jun 2002 19:18:58 +0200 Subject: cfgrtl.c (commit_one_edge_insertion): Fix warning. * cfgrtl.c (commit_one_edge_insertion): Fix warning. * gcse.c (bypass_conditional_jumps): CSE out single_set call. From-SVN: r54175 --- gcc/cfgrtl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/cfgrtl.c') diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c index 4509fa4..f721b12 100644 --- a/gcc/cfgrtl.c +++ b/gcc/cfgrtl.c @@ -1352,7 +1352,7 @@ commit_one_edge_insertion (e, watch_calls) int watch_calls; { rtx before = NULL_RTX, after = NULL_RTX, insns, tmp, last; - basic_block bb; + basic_block bb = NULL; /* Pull the insns off the edge now since the edge might go away. */ insns = e->insns; -- cgit v1.1