builtins.c (expand_builtin): Don't expand a pure or const built-in function if...
authorRoger Sayle <roger@eyesopen.com>
Sun, 20 Apr 2003 03:11:14 +0000 (03:11 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 20 Apr 2003 03:11:14 +0000 (03:11 +0000)
commit0a45ec5c78e634e129fe3e9bbcddf6b721a10ca8
treed3c6dc4d970337ee030f7fda0105a2d638d5ef0e
parent4049c77a01ab09b2b8bf59bd71a873ba672bcf86
builtins.c (expand_builtin): Don't expand a pure or const built-in function if...

* builtins.c (expand_builtin):  Don't expand a pure or const
built-in function if the result will be ignored and none of
its arguments are volatile.

From-SVN: r65843
gcc/ChangeLog
gcc/builtins.c