Skip to content
Snippets Groups Projects
  • Jan Hubicka's avatar
    f08545a8
    c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not... · f08545a8
    Jan Hubicka authored
    c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not inlinable; do not check the body.
    
    
    	* c-objc-common.c (c_cannot_inline_tree_fn): Warn
    	on why function is not inlinable; do not check
    	the body.
    	(inline_forbidden_p): Move to...
    	* tree-inline.c (inline_forbidden_p_1): ... here; Add warnings;
    	deal with alloca, longjmp.
    	(inline_forbidden_p): New static function.
    	(find_alloca_call_1, find_alloca_call, find_builtin_longjmp_call_1,
    	find_builtin_longjmp_call): Kill.
    
    From-SVN: r71283
    f08545a8
    History
    c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not...
    Jan Hubicka authored
    c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not inlinable; do not check the body.
    
    
    	* c-objc-common.c (c_cannot_inline_tree_fn): Warn
    	on why function is not inlinable; do not check
    	the body.
    	(inline_forbidden_p): Move to...
    	* tree-inline.c (inline_forbidden_p_1): ... here; Add warnings;
    	deal with alloca, longjmp.
    	(inline_forbidden_p): New static function.
    	(find_alloca_call_1, find_alloca_call, find_builtin_longjmp_call_1,
    	find_builtin_longjmp_call): Kill.
    
    From-SVN: r71283