aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify-me.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimplify-me.c')
-rw-r--r--gcc/gimplify-me.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gimplify-me.c b/gcc/gimplify-me.c
index f56bdbb..b3b4b11 100644
--- a/gcc/gimplify-me.c
+++ b/gcc/gimplify-me.c
@@ -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));