From a3d80b232e439ac48a70a32eb826b9c7034bc4c8 Mon Sep 17 00:00:00 2001 From: pinskia Date: Mon, 19 Apr 2004 13:03:06 +0000 Subject: 2004-04-19 Andrew PInski PR bootstrap/15009 * bb-reorder.c (fix_up_fall_thru_edges): Init cond_jump. PR bootstrap/14999 * builtins.c (fold_builtin_cabs): Mark fndecl as unused. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80849 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/bb-reorder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/bb-reorder.c') diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c index 2d728078889..e60151836e1 100644 --- a/gcc/bb-reorder.c +++ b/gcc/bb-reorder.c @@ -1409,7 +1409,7 @@ fix_up_fall_thru_edges (void) edge succ1; edge succ2; edge fall_thru; - edge cond_jump; + edge cond_jump = NULL; edge e; bool cond_jump_crosses; int invert_worked; -- cgit v1.2.3