* cfgloop.c (flow_loop_preheader_scan): Fix typo.

From-SVN: r49019
This commit is contained in:
Graham Stott 2002-01-20 09:32:27 +00:00 committed by Graham Stott
parent ba3a12b34f
commit 6b6996b803
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-01-20 Graham Stott <grahams@redhat.com>
* cfgloop.c (flow_loop_preheader_scan): Fix typo.
2002-01-19 John David Anglin <dave@hiauly1.hia.nrc.ca>
* config.gcc (hppa*64*-*-hpux11*): Fix tmake_file.

View File

@ -414,7 +414,7 @@ flow_loop_pre_header_scan (loop)
num++)
ebb = ebb->pred->src;
loop->pre_header_edges = (edge *) xmalloc (num * sizeof (edge *));
loop->pre_header_edges = (edge *) xmalloc (num * sizeof (edge));
loop->num_pre_header_edges = num;
/* Store edges in order that they are followed. The source of the first edge