aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/gimplify-me.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/gimplify-me.c')
-rw-r--r--gcc-4.9/gcc/gimplify-me.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/gimplify-me.c b/gcc-4.9/gcc/gimplify-me.c
index bee6e3e3d..05e986a8e 100644
--- a/gcc-4.9/gcc/gimplify-me.c
+++ b/gcc-4.9/gcc/gimplify-me.c
@@ -315,6 +315,8 @@ gimple_regimplify_operands (gimple stmt, gimple_stmt_iterator *gsi_p)
gsi_insert_after (gsi_p, post_stmt, GSI_NEW_STMT);
pop_gimplify_context (NULL);
+
+ update_stmt (stmt);
}