Skip to content
Snippets Groups Projects
  • Jan Hubicka's avatar
    b01890ff
    tree.c (build_common_builtin_nodes): Do not initialize... · b01890ff
    Jan Hubicka authored
    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
    b01890ff
    History
    tree.c (build_common_builtin_nodes): Do not initialize...
    Jan Hubicka authored
    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