]> git.ipfire.org Git - thirdparty/gcc.git/commit
reload1.c (delete_output_reload): Count occurrences in CALL_INSN_FUNCTION_USAGE.
authorBernd Schmidt <bernd.schmidt@analog.com>
Wed, 6 Dec 2006 00:25:29 +0000 (00:25 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Wed, 6 Dec 2006 00:25:29 +0000 (00:25 +0000)
commit2372a0625790417f2ca021d3e5016554930900a4
tree8f23a2d5a22c2df0faa8b10efd1d8f88584bf73b
parente80dc930bed449d1e2dcb0873013fb402c96da6b
reload1.c (delete_output_reload): Count occurrences in CALL_INSN_FUNCTION_USAGE.

* reload1.c (delete_output_reload): Count occurrences in
CALL_INSN_FUNCTION_USAGE.
* rtlanal.c (count_occurrences): Handle EXPR_LIST nodes without
crashing at the end of the list.

From-SVN: r119571
gcc/ChangeLog
gcc/reload1.c
gcc/rtlanal.c