]> git.ipfire.org Git - thirdparty/gcc.git/commit
builtins.c (expand_builtin_constant_p, [...]): Update prototypes.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Sun, 4 May 2003 05:34:13 +0000 (05:34 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Sun, 4 May 2003 05:34:13 +0000 (05:34 +0000)
commit8c9b38d73852158959ca7c3a1d53948d76df7434
tree64298069607c40d24b1ee53915fad1ddd0905fa3
parent9c80ff25b7e9542a7166ac213eddfa42be5183bc
builtins.c (expand_builtin_constant_p, [...]): Update prototypes.

* builtins.c (expand_builtin_constant_p, expand_builtin_strlen,
expand_builtin_frame_address): Update prototypes.
(expand_builtin_constant_p, expand_builtin_strlen,
expand_builtin_strcpy, expand_builtin_memset,
expand_builtin_bzero, expand_builtin_args_info,
expand_builtin_frame_address): Pass in just the argument(s)
needed, not the entire expression `exp'.
(expand_builtin): Update all calls to these functions.

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