aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r--gcc/gimplify.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index 12db4e4..2e8ffef 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -6603,7 +6603,6 @@ gimplify_function_tree (tree fndecl)
DECL_SAVED_TREE (fndecl) = bind;
}
- cfun->gimplified = true;
current_function_decl = oldfn;
pop_cfun ();
}