]> git.ipfire.org Git - thirdparty/gcc.git/commit
gimple-fold.c (fold_gimple_call): New parameter inplace, do not fold builtins if...
authorMartin Jambor <mjambor@suse.cz>
Wed, 22 Sep 2010 09:02:48 +0000 (11:02 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Wed, 22 Sep 2010 09:02:48 +0000 (11:02 +0200)
commit23c1da7a37b3ecc21b08d8e0817c5aa4518a3ee9
tree2ea764041949a2f4043cbec62d6f434cbe999a89
parentbbaee6884c50803d33995317c3e7531c70383552
gimple-fold.c (fold_gimple_call): New parameter inplace, do not fold builtins if it is true.

2010-09-22  Martin Jambor  <mjambor@suse.cz>

* gimple-fold.c (fold_gimple_call): New parameter inplace, do not fold
builtins if it is true.
(fold_stmt_1): Call, fold_gimple_call always, pass inplace as a
parameter.

From-SVN: r164517
gcc/ChangeLog
gcc/gimple-fold.c