Commit 7e657a61 by Andreas Schwab Committed by Andreas Schwab

* ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.

From-SVN: r61612
parent 4eb6d609
2003-01-22 Andreas Schwab <schwab@suse.de>
* ra-rewrite.c (rewrite_program2): Initialize bb to avoid warning.
2003-01-22 Kazu Hirata <kazu@cs.umass.edu> 2003-01-22 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't * config/h8300/h8300.c (h8300_shift_needs_scratch_p): Don't
......
/* Graph coloring register allocator /* Graph coloring register allocator
Copyright (C) 2001, 2002 Free Software Foundation, Inc. Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
Contributed by Michael Matz <matz@suse.de> Contributed by Michael Matz <matz@suse.de>
and Daniel Berlin <dan@cgsoftware.com>. and Daniel Berlin <dan@cgsoftware.com>.
...@@ -1085,7 +1085,7 @@ static void ...@@ -1085,7 +1085,7 @@ static void
rewrite_program2 (new_deaths) rewrite_program2 (new_deaths)
bitmap new_deaths; bitmap new_deaths;
{ {
basic_block bb; basic_block bb = NULL;
int nl_first_reload; int nl_first_reload;
struct rewrite_info ri; struct rewrite_info ri;
rtx insn; rtx insn;
......
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