aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-alias-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-alias-common.c')
-rw-r--r--gcc/tree-alias-common.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/tree-alias-common.c b/gcc/tree-alias-common.c
index eac7746..fa47ce6 100644
--- a/gcc/tree-alias-common.c
+++ b/gcc/tree-alias-common.c
@@ -1052,7 +1052,8 @@ struct tree_opt_pass pass_build_pta =
PROP_pta, /* properties_provided */
0, /* properties_destroyed */
0, /* todo_flags_start */
- 0 /* todo_flags_finish */
+ 0, /* todo_flags_finish */
+ 0 /* letter */
};
@@ -1097,7 +1098,8 @@ struct tree_opt_pass pass_del_pta =
0, /* properties_provided */
PROP_pta, /* properties_destroyed */
0, /* todo_flags_start */
- 0 /* todo_flags_finish */
+ 0, /* todo_flags_finish */
+ 0 /* letter */
};