diff options
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index 026cb53..6e6f33d 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -626,7 +626,7 @@ setjmp_call_p (const_tree fndecl) /* Return true if STMT is an alloca call. */ bool -gimple_alloca_call_p (const_gimple stmt) +gimple_alloca_call_p (const gimple *stmt) { tree fndecl; |