haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
authorMark Mitchell <mark@codesourcery.com>
Wed, 3 Nov 1999 22:44:10 +0000 (22:44 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 3 Nov 1999 22:44:10 +0000 (22:44 +0000)
commit989037420d10d9dcd81032ccf8d5e4307f6d9a40
tree06975e6d390cd3d8960435ed0a00170228afe0da
parent8cd0faaf3206d06e32552108f6e66674730d2e7d
haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.

* haifa-sched.c (find_rgns): Replace uses of alloca with xmalloc.
(split_edges): Likewise.
(schedule_block): Likewise.
(compute_block_backward_dependencies): Likewise.
(schedule_region): Likewise.
(schedule_insns): Likewise.

From-SVN: r30383
gcc/ChangeLog
gcc/haifa-sched.c