Commit bae802f9 by Alexey Neyman Committed by Paolo Bonzini

Paolo Bonzini <gcc.gnu.org>

2005-03-18  Alexey Neyman  <alex.neyman@auriga.ru>
	    Paolo Bonzini  <gcc.gnu.org>

	* calls.c (setjmp_call_p, special_function_p): Update comments
	at the head of the functions.

From-SVN: r96656
parent 4bafe847
2005-03-18 Alexey Neyman <alex.neyman@auriga.ru>
Paolo Bonzini <gcc.gnu.org>
* calls.c (setjmp_call_p, special_function_p): Update comments
at the head of the functions.
2005-03-18 Jan Hubicka <jh@suse.cz> 2005-03-18 Jan Hubicka <jh@suse.cz>
* tree-cfg.c (fold_cond_expr_cond): Use boolean types for condition. * tree-cfg.c (fold_cond_expr_cond): Use boolean types for condition.
......
...@@ -463,7 +463,7 @@ emit_call_1 (rtx funexp, tree fntree, tree fndecl ATTRIBUTE_UNUSED, ...@@ -463,7 +463,7 @@ emit_call_1 (rtx funexp, tree fntree, tree fndecl ATTRIBUTE_UNUSED,
For example, if the function might return more than one time (setjmp), then For example, if the function might return more than one time (setjmp), then
set RETURNS_TWICE to a nonzero value. set RETURNS_TWICE to a nonzero value.
Similarly set LONGJMP for if the function is in the longjmp family. Similarly set NORETURN if the function is in the longjmp family.
Set MAY_BE_ALLOCA for any memory allocation function that might allocate Set MAY_BE_ALLOCA for any memory allocation function that might allocate
space from the stack such as alloca. */ space from the stack such as alloca. */
...@@ -538,7 +538,7 @@ special_function_p (tree fndecl, int flags) ...@@ -538,7 +538,7 @@ special_function_p (tree fndecl, int flags)
return flags; return flags;
} }
/* Return nonzero when tree represent call to longjmp. */ /* Return nonzero when FNDECL represents a call to setjmp. */
int int
setjmp_call_p (tree fndecl) setjmp_call_p (tree fndecl)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment