* flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 May 2002 04:15:57 +0000 (04:15 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 May 2002 04:15:57 +0000 (04:15 +0000)
commit638987bd9ae31ce99637cbc536d6337c1629aedb
treeae31909c2478ff0944567441bd154b38631a8b6f
parentbdfb75b413d915f7179db17558924887fc6e606c
    * flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.
        Update prototype and callers.
        (propagate_one_insn): Stack pointer adjustments kill MEMs on
        the mem_set_list which reference the stack pointer, as do
        calls to constant functions as they may clobber outgoing
        argument space.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53442 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/flow.c