* expr.c (expand_expr) [MULT_EXPR]: Do not apply distributive law
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Feb 2002 05:46:15 +0000 (05:46 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 26 Feb 2002 05:46:15 +0000 (05:46 +0000)
commit78e5555a8abe5d3c012423d24626159d3d59e641
treeb0eaa6c8b2c0bcf71599a0f3f06b5957082ec36b
parentd10c712c8e56731e8c76ceaf4aafd3c55570a41a
    * expr.c (expand_expr) [MULT_EXPR]: Do not apply distributive law
        in EXPAND_SUM case.  Use host_integerp/tree_low_cst.

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