OSDN Git Service

2008-12-02 Martin Jambor <mjambor@suse.cz>
authorjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Dec 2008 14:30:55 +0000 (14:30 +0000)
committerjamborm <jamborm@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Dec 2008 14:30:55 +0000 (14:30 +0000)
commit65c220cd7eeccca2a04d8b960a0254da633f096d
tree773f6a892e8147c25699be344fdb943a6a5c0ae3
parent6b59ba7e7a55a4910542abcb9fa38474092cabca
2008-12-02  Martin Jambor  <mjambor@suse.cz>

PR middle-end/37861
        * tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Do not check
        for INDIRECT_REFs.
        (forward_propagate_addr_into_variable_array_index): Check that the
        offset is not computed from a MULT_EXPR, use is_gimple_assign rather
        than the gimple code directly.

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