OSDN Git Service

* expr.c (expand_expr_real_1): New local treeop0, treeop1,
authormatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Aug 2009 13:31:56 +0000 (13:31 +0000)
committermatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Aug 2009 13:31:56 +0000 (13:31 +0000)
commit588e1cc345332f6d464f2de3aa43692535094ab5
tree74ad26bd1985921c04dffc387aac55fd2a7ae05a
parent0e0581040cbd9394993d4000bc9da4c5ac47d372
    * expr.c (expand_expr_real_1): New local treeop0, treeop1,
        treeop2 initialized with first three operands of the full expression.
        Substitute all TREE_OPERAND (exp, [012]) calls with them.

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