aboutsummaryrefslogtreecommitdiff
path: root/gcc/reorg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r--gcc/reorg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c
index e07b834..aa6ad78 100644
--- a/gcc/reorg.c
+++ b/gcc/reorg.c
@@ -4122,6 +4122,7 @@ struct rtl_opt_pass pass_delay_slots =
{
RTL_PASS,
"dbr", /* name */
+ OPTGROUP_NONE, /* optinfo_flags */
gate_handle_delay_slots, /* gate */
rest_of_handle_delay_slots, /* execute */
NULL, /* sub */
@@ -4156,6 +4157,7 @@ struct rtl_opt_pass pass_machine_reorg =
{
RTL_PASS,
"mach", /* name */
+ OPTGROUP_NONE, /* optinfo_flags */
gate_handle_machine_reorg, /* gate */
rest_of_handle_machine_reorg, /* execute */
NULL, /* sub */