Commit 6b6996b8 by Graham Stott Committed by Graham Stott

* cfgloop.c (flow_loop_preheader_scan): Fix typo.

From-SVN: r49019
parent ba3a12b3
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
......
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