summaryrefslogtreecommitdiff
path: root/gcc/ira.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ira.c')
-rw-r--r--gcc/ira.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ira.c b/gcc/ira.c
index aeef5c4b924..6cd3f5465fd 100644
--- a/gcc/ira.c
+++ b/gcc/ira.c
@@ -4716,6 +4716,7 @@ struct rtl_opt_pass pass_ira =
{
RTL_PASS,
"ira", /* name */
+ OPTGROUP_NONE, /* optinfo_flags */
NULL, /* gate */
rest_of_handle_ira, /* execute */
NULL, /* sub */
@@ -4742,6 +4743,7 @@ struct rtl_opt_pass pass_reload =
{
RTL_PASS,
"reload", /* name */
+ OPTGROUP_NONE, /* optinfo_flags */
NULL, /* gate */
rest_of_handle_reload, /* execute */
NULL, /* sub */