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
This commit is contained in:
Daniel Berlin 2003-02-07 21:22:07 +00:00 committed by Daniel Berlin
parent 364df9fc18
commit 0816bcd206
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
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>
* optabs.c (expand_float): Search wider integer modes first.

View File

@ -487,6 +487,7 @@ dump_flow_info (file)
FILE *file;
{
int i;
int max_regno = max_reg_num ();
basic_block bb;
static const char * const reg_class_names[] = REG_CLASS_NAMES;