summaryrefslogtreecommitdiff
path: root/gcc/postreload.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/postreload.c')
-rw-r--r--gcc/postreload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/postreload.c b/gcc/postreload.c
index 38be0ab45a5..d2682185236 100644
--- a/gcc/postreload.c
+++ b/gcc/postreload.c
@@ -2289,6 +2289,7 @@ struct rtl_opt_pass pass_postreload_cse =
{
RTL_PASS,
"postreload", /* name */
+ OPTGROUP_NONE, /* optinfo_flags */
gate_handle_postreload, /* gate */
rest_of_handle_postreload, /* execute */
NULL, /* sub */