aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2002-11-18 20:30:34 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2002-11-18 19:30:34 +0000
commitc986baf631d89169f339f1d23014e62614d2e93e (patch)
treeb27ad2e3073c9b341aab81f1ef722dd6924c452c /gcc/tree.h
parent5602b49d692730366a6e554b52fefa604459d136 (diff)
downloadgcc-c986baf631d89169f339f1d23014e62614d2e93e.zip
gcc-c986baf631d89169f339f1d23014e62614d2e93e.tar.gz
gcc-c986baf631d89169f339f1d23014e62614d2e93e.tar.bz2
calls.c (alloca_call_p): New global function.
* calls.c (alloca_call_p): New global function. * tree.h (alloca_call_p): New. * tree-inline.c (inlinable_function_p): Do not inline when function calls alloca. (find_alloca_call, find_alloca_call_1): New functions. From-SVN: r59228
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 8e8b168..fc40517 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -3018,6 +3018,7 @@ extern rtx emit_line_note PARAMS ((const char *, int));
/* In calls.c */
extern int setjmp_call_p PARAMS ((tree));
+extern bool alloca_call_p PARAMS ((tree));
/* In attribs.c. */