Skip to content
Snippets Groups Projects
Commit f08545a8 authored by Jan Hubicka's avatar Jan Hubicka Committed by Jan Hubicka
Browse files

c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not...

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
parent 25c84396
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment