summaryrefslogtreecommitdiffstats
path: root/gcc/ipa-type-escape.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ipa-type-escape.c')
-rw-r--r--gcc/ipa-type-escape.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ipa-type-escape.c b/gcc/ipa-type-escape.c
index 2aedb95987e..9cd9caa99df 100644
--- a/gcc/ipa-type-escape.c
+++ b/gcc/ipa-type-escape.c
@@ -2196,8 +2196,10 @@ gate_type_escape_vars (void)
&& !(errorcount || sorrycount));
}
-struct tree_opt_pass pass_ipa_type_escape =
+struct simple_ipa_opt_pass pass_ipa_type_escape =
{
+ {
+ SIMPLE_IPA_PASS,
"type-escape-var", /* name */
gate_type_escape_vars, /* gate */
type_escape_execute, /* execute */
@@ -2209,7 +2211,7 @@ struct tree_opt_pass pass_ipa_type_escape =
0, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- 0, /* todo_flags_finish */
- 0 /* letter */
+ 0 /* todo_flags_finish */
+ }
};
OpenPOWER on IntegriCloud