tree.h (avoid_folding_inline_builtin): New prototype.
authorJakub Jelinek <jakub@redhat.com>
Thu, 6 Oct 2011 14:34:48 +0000 (16:34 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 6 Oct 2011 14:34:48 +0000 (16:34 +0200)
commite7f9dae09c771b101425e5b1f92b74278c48cb8d
tree1eb9825a1426b1f1981f774965457b45a5f0fba4
parentbc622b2a5ee54492a43a75c4170efefc33690471
tree.h (avoid_folding_inline_builtin): New prototype.

* tree.h (avoid_folding_inline_builtin): New prototype.
* builtins.c (avoid_folding_inline_builtin): No longer static.
* gimple-fold.c (gimple_fold_builtin): Give up if
avoid_folding_inline_builtin returns true.

From-SVN: r179614
gcc/ChangeLog
gcc/builtins.c
gcc/gimple-fold.c
gcc/tree.h