]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ipa-devirt.c
switch from gimple to gimple*
[thirdparty/gcc.git] / gcc / ipa-devirt.c
index 3eb24560c8281ad84d53fcd540a43ed1949ede45..a7a8e8e6d22f2bf67f8ed2a0f54f66196f636719 100644 (file)
@@ -3466,7 +3466,7 @@ possible_polymorphic_call_target_p (tree otr_type,
 
 bool
 possible_polymorphic_call_target_p (tree ref,
-                                   gimple stmt,
+                                   gimple *stmt,
                                    struct cgraph_node *n)
 {
   ipa_polymorphic_call_context context (current_function_decl, ref, stmt);