Commit 0816bcd2 by Daniel Berlin Committed by Daniel Berlin

cfg.c (dump_flow_info): Add back accidently deleted line.

2003-02-07  Daniel Berlin  <dberlin@dberlin.org>

	* cfg.c (dump_flow_info): Add back accidently deleted line.

From-SVN: r62542
parent 364df9fc
2003-02-07 Daniel Berlin <dberlin@dberlin.org>
* cfg.c (dump_flow_info): Add back accidently deleted line.
2003-02-07 Andrey Petrov <petrov@netbsd.org> 2003-02-07 Andrey Petrov <petrov@netbsd.org>
* optabs.c (expand_float): Search wider integer modes first. * optabs.c (expand_float): Search wider integer modes first.
......
...@@ -487,6 +487,7 @@ dump_flow_info (file) ...@@ -487,6 +487,7 @@ dump_flow_info (file)
FILE *file; FILE *file;
{ {
int i; int i;
int max_regno = max_reg_num ();
basic_block bb; basic_block bb;
static const char * const reg_class_names[] = REG_CLASS_NAMES; static const char * const reg_class_names[] = REG_CLASS_NAMES;
......
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