builtins.c (fold_builtin): Call the new omonymous target hook for machine-dependent...
authorPaolo Bonzini <bonzini@gnu.org>
Mon, 20 Sep 2004 14:47:20 +0000 (14:47 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Mon, 20 Sep 2004 14:47:20 +0000 (14:47 +0000)
commitc2dda19b3b1e6e53a807ef3446c6fd8a38be93e5
tree16c237419acab4d9dc03318e2a6013538f78d3ee
parentbb9be5eb9c3c40851cf8db6d00ebe1ac4f04944b
builtins.c (fold_builtin): Call the new omonymous target hook for machine-dependent built-ins.

2004-09-20  Paolo Bonzini  <bonzini@gnu.org>

* builtins.c (fold_builtin): Call the new omonymous
target hook for machine-dependent built-ins.
* target-def.h (TARGET_FOLD_BUILTIN): New.
* target.h (struct gcc_target): Add the fold_builtin hook.
* targhooks.c (default_fold_builtin): New.
* targhooks.h (default_fold_builtin): Declare it.

From-SVN: r87756
gcc/ChangeLog
gcc/builtins.c
gcc/target-def.h
gcc/target.h
gcc/targhooks.c
gcc/targhooks.h