]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/gimplify-me.c
switch from gimple to gimple*
[thirdparty/gcc.git] / gcc / gimplify-me.c
index f56bdbb78d6aa39e1c5126be823e1d9ce29777ea..b3b4b111bfa781c7d4cc1bd88d1d7ac7dd8eb320 100644 (file)
@@ -155,12 +155,12 @@ force_gimple_operand_gsi (gimple_stmt_iterator *gsi, tree expr,
    GIMPLE statements are inserted before *GSI_P.  */
 
 void
-gimple_regimplify_operands (gimple stmt, gimple_stmt_iterator *gsi_p)
+gimple_regimplify_operands (gimple *stmt, gimple_stmt_iterator *gsi_p)
 {
   size_t i, num_ops;
   tree lhs;
   gimple_seq pre = NULL;
-  gimple post_stmt = NULL;
+  gimple *post_stmt = NULL;
 
   push_gimplify_context (gimple_in_ssa_p (cfun));