r124503 - in /branches/dataflow-branch/gcc: Cha...
spark@gcc.gnu.org
spark@gcc.gnu.org
Mon May 7 16:46:00 GMT 2007
Author: spark
Date: Mon May 7 16:46:54 2007
New Revision: 124503
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124503
Log:
2007-05-07 Seongbae Park <seongbae.park@gmail.com>
* dse.c (add_wild_read): Do not remove read_info_t
that has non-zero alias_set.
(canon_address): Remove unused parameter for_read and bb_info.
Remove the unused code path, and update the dump message.
(record_store): Accomodate canon_address signature change.
(check_mem_read_rtx): Don't bail out early for wild_read.
(check_mem_read_rtx): Accomodate canon_address signature change.
(scan_insn): Move call insn handling after note_uses.
Modified:
branches/dataflow-branch/gcc/ChangeLog.dataflow
branches/dataflow-branch/gcc/dse.c
More information about the Gcc-cvs
mailing list