aboutsummaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/final.c b/gcc/final.c
index ceb688e..f414dd0 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -822,6 +822,7 @@ struct rtl_opt_pass pass_compute_alignments =
{
RTL_PASS,
"alignments", /* name */
+ OPTGROUP_NONE, /* optinfo_flags */
NULL, /* gate */
compute_alignments, /* execute */
NULL, /* sub */
@@ -4373,6 +4374,7 @@ struct rtl_opt_pass pass_final =
{
RTL_PASS,
"final", /* name */
+ OPTGROUP_NONE, /* optinfo_flags */
NULL, /* gate */
rest_of_handle_final, /* execute */
NULL, /* sub */
@@ -4401,6 +4403,7 @@ struct rtl_opt_pass pass_shorten_branches =
{
RTL_PASS,
"shorten", /* name */
+ OPTGROUP_NONE, /* optinfo_flags */
NULL, /* gate */
rest_of_handle_shorten_branches, /* execute */
NULL, /* sub */
@@ -4547,6 +4550,7 @@ struct rtl_opt_pass pass_clean_state =
{
RTL_PASS,
"*clean_state", /* name */
+ OPTGROUP_NONE, /* optinfo_flags */
NULL, /* gate */
rest_of_clean_state, /* execute */
NULL, /* sub */