flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.
authorJeff Law <law@redhat.com>
Tue, 14 May 2002 04:15:57 +0000 (22:15 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 14 May 2002 04:15:57 +0000 (22:15 -0600)
commitfe4b3c7996410a60bd1b9164eae31bc3946deded
treeae31909c2478ff0944567441bd154b38631a8b6f
parentc297b7649ce38bda7fd136bcda476009313e4610
flow.c (invalidate_mems_from_autoinc): Rewrite to use for_each_rtx.

        * 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.

From-SVN: r53442
gcc/ChangeLog
gcc/flow.c