summaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-28 20:58:52 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2011-03-28 20:58:52 +0000
commit07abdb661870a0f73f4c6bba629ca46b6519f8fd (patch)
tree6f47c3387c97e980bc4b9066f2c80a5e5cff351e /gcc/cfgexpand.c
parent8e4ee659317b006dce70bc231f2dacf182244be0 (diff)
downloadgcc-07abdb661870a0f73f4c6bba629ca46b6519f8fd.tar.gz
* Makefile.in: New rule for cprop.o.
* gcse.c: Move constant/copy propagation to cprop.c. (compute_local_properties): Only handle expression tables. (hash_scan_set, compute_hash_table_work, alloc_hash_table,): Likewise. (one_pre_gcse_pass, one_code_hoisting_pass): Likewise. (hash_set, insert_set_in_table, gcse_constant_p, lookup_set, next_set, reset_opr_set_tables, oprs_not_set_p, mark_call, mark_set, mark_clobber, mark_oprs_set, alloc_cprop_mem, free_cprop_mem, compute_cprop_data, find_used_regs, try_replace_reg, find_avail_set, cprop_jump, constprop_register, cprop_insn, local_cprop_find_used_regs, do_local_cprop, local_cprop_pass, fis_get_condition, implicit_set_cond_p, find_implicit_sets, find_bypass_set, reg_killed_on_edge, bypass_block, bypass_conditional_jumps, one_cprop_pass, gate_rtl_cprop, execute_rtl_cprop, pass_rtl_cprop): Move to... * cprop.c: ...here. New file, constant/copy propagation for RTL moved from gcse.c to here with minor cleanups in duplicated code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171627 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cfgexpand.c')
0 files changed, 0 insertions, 0 deletions