* cfgloop.c (flow_loop_preheader_scan): Fix typo.
From-SVN: r49019
This commit is contained in:
parent
ba3a12b34f
commit
6b6996b803
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue