* cse.c (delete_trivially_dead_insns): Replace alloca with
commitb9cf3f639cc2234b6c9b471b6ba74d75d5ba5fdd
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Nov 1999 04:56:18 +0000 (8 04:56 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 8 Nov 1999 04:56:18 +0000 (8 04:56 +0000)
tree208424c6ec3b805174618dc54704dbe65bd2d6fc
parent8ad4384682a29097ed009829294323ad2ea2c37b
* cse.c (delete_trivially_dead_insns): Replace alloca with
xmalloc/xcalloc.
* except.c (update_rethrow_references): Likewise.
(init_eh_nesting_info): Likewise.
* function.c (identify_blocks): Likewise.
* gcse.c (dump_hash_table): Likewise.
* graph.c (print_rtl_graph_with_bb): Likewise.
* loop.c (combine_movables): Likewise.
(move_movables): Likewise.
(count_loop_regs_set): Likewise.
(strength_reduce): Likewise.
* profile.c (compute_branch_probabilities): New function, split
out from ...
(branch_prob): Here.  Replace alloca with xmalloc/xcalloc.
* regclass.c (regclass): Likewise.
* regmove.c (regmove_optimize): Likewise.
* toplev.c (compile_file): Likewise.
(main): Don't mess with the stack rlimit.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30445 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cse.c
gcc/except.c
gcc/function.c
gcc/gcse.c
gcc/graph.c
gcc/loop.c
gcc/profile.c
gcc/regclass.c
gcc/regmove.c
gcc/toplev.c