]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree.c (build_common_builtin_nodes): Do not initialize BUILT_IN_PROFILE_FUNC_ENTER...
authorJan Hubicka <jh@suse.cz>
Wed, 1 Dec 2010 16:45:36 +0000 (17:45 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 1 Dec 2010 16:45:36 +0000 (16:45 +0000)
commitb01890ffd36bdd210e37b212b86eb3548ab325b6
tree1a9bb0dbdc363905b0b9554093c37fa22dc1183a
parent0df226a41f324eb82b72efd37298f83aed7dff97
tree.c (build_common_builtin_nodes): Do not initialize BUILT_IN_PROFILE_FUNC_ENTER and BUILT_IN_PROFILE_FUNC_EXIT.

* tree.c (build_common_builtin_nodes): Do not initialize
BUILT_IN_PROFILE_FUNC_ENTER and BUILT_IN_PROFILE_FUNC_EXIT.
* builtins.c (expand_builtin_profile_func): Remove.
(expand_builtin): Do not handle BUILT_IN_PROFILE_FUNC_ENTER and
BUILT_IN_PROFILE_FUNC_EXIT.
* builtins.def (profile_func_enter, profile_func_exit): Remove stubs.
(__cyg_profile_func_enter, __cyg_profile_func_exit): New.
* gimplify.c (gimplify_function_tree): Reorganize code calling
profiling functions.

From-SVN: r167342
gcc/ChangeLog
gcc/builtins.c
gcc/builtins.def
gcc/gimplify.c
gcc/tree.c