]> gcc.gnu.org Git - gcc.git/commit
tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.
authorPat Haugen <pthaugen@us.ibm.com>
Mon, 13 Sep 2010 17:57:29 +0000 (17:57 +0000)
committerPat Haugen <pthaugen@gcc.gnu.org>
Mon, 13 Sep 2010 17:57:29 +0000 (17:57 +0000)
commit2ea5ee06a9ab474d15c98f432cfdfeaf2503ff8f
treea2a47707d1425e8ff810edbdb47c56e534a34a97
parenta8733ebff646c02dbe622118ac6a39ba7d352d47
tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.

* tree-ssa-ter.c (temp_expr_table_d): Add call_cnt field.
(new_temp_expr_table): Allocate call_cnt vector.
(free_temp_expr_table): Free it.
(process_replaceable): Add call_cnt parm and set in vector.
(find_replaceable_in_bb): Skip replacement if def/use span a call.
(debug_ter): Dump call_cnt value, remove stderr uses.

From-SVN: r164252
gcc/ChangeLog
gcc/tree-ssa-ter.c
This page took 0.057287 seconds and 5 git commands to generate.