]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/calls.c
switch from gimple to gimple*
[thirdparty/gcc.git] / gcc / calls.c
index 026cb53eed96508fee5a3634d26b9067b38a69fa..6e6f33dbd873268e207045bd599a3ee965b6bed7 100644 (file)
@@ -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;