]> git.ipfire.org Git - thirdparty/gcc.git/commit
builtins.c (fold_builtin): Don't generate NOP_EXPR that is going to be thrown away...
authorJan Hubicka <jh@suse.cz>
Fri, 27 Oct 2006 22:47:47 +0000 (00:47 +0200)
committerJan Hubicka <hubicka@gcc.gnu.org>
Fri, 27 Oct 2006 22:47:47 +0000 (22:47 +0000)
commit2e929cf3b29165076c9ed3d83aed1f4d641cab36
treed5a9c18533ff3873d00dd0addf661c1122cbcce5
parentcfe1b18f45699de86d625e28ccb4725a46eaae4e
builtins.c (fold_builtin): Don't generate NOP_EXPR that is going to be thrown away soon when IGNORE is set.

* builtins.c (fold_builtin): Don't generate NOP_EXPR that is going
to be thrown away soon when IGNORE is set.
* tree-ssa-ccp.c (convert_to_gimple_builtin): Add IGNORE argument
indicating when return value shall not be computed.
* gimplify.c (internal_get_tmp_var): Avoid random tree sharing.

From-SVN: r118091
gcc/ChangeLog
gcc/builtins.c
gcc/gimplify.c
gcc/tree-ssa-ccp.c