cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc.
authorMark Mitchell <mark@codesourcery.com>
Mon, 8 Nov 1999 04:56:18 +0000 (04:56 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 8 Nov 1999 04:56:18 +0000 (04:56 +0000)
commit4da896b292ef313d2c365eefc33c088f77f71baf
tree208424c6ec3b805174618dc54704dbe65bd2d6fc
parent8d170590175c07873ad68a42c5cc98457edba4d9
cse.c (delete_trivially_dead_insns): Replace alloca with xmalloc/xcalloc.

* 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.

From-SVN: r30445
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