Commit 98903742 by Mark Mitchell Committed by Mark Mitchell

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
parent 8cd0faaf
Wed Nov 3 14:51:59 1999 Mark P. Mitchell <mark@codesourcery.com>
* 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.
Wed Nov 3 15:40:23 1999 Catherine Moore <clm@cygnus.com> Wed Nov 3 15:40:23 1999 Catherine Moore <clm@cygnus.com>
* defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default. * defaults.h (ASM_OUTPUT_ALTERNATE_LABEL_NAME): Provide default.
...@@ -155,6 +164,7 @@ Mon Nov 1 15:41:01 1999 Mark P. Mitchell <mark@codesourcery.com> ...@@ -155,6 +164,7 @@ Mon Nov 1 15:41:01 1999 Mark P. Mitchell <mark@codesourcery.com>
(combine_givs): Likewise. (combine_givs): Likewise.
(recombine_givs): Likewise. (recombine_givs): Likewise.
* reorg.c (dbr_schedule): Likewise. * reorg.c (dbr_schedule): Likewise.
* unroll.c (unroll_loop): Likewise.
* combine.c (combine_instructions): Use xmalloc instead of alloca. * combine.c (combine_instructions): Use xmalloc instead of alloca.
......
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