]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/regcprop.c
2012-11-01 Sharad Singhai <singhai@google.com>
[thirdparty/gcc.git] / gcc / regcprop.c
index c2fc79dbfdb4966085e160fff85906aaf88edcff..b91f5467a281ddd46c90ff8c610b302094dba094 100644 (file)
@@ -1235,6 +1235,7 @@ struct rtl_opt_pass pass_cprop_hardreg =
  {
   RTL_PASS,
   "cprop_hardreg",                      /* name */
+  OPTGROUP_NONE,                        /* optinfo_flags */
   gate_handle_cprop,                    /* gate */
   copyprop_hardreg_forward,             /* execute */
   NULL,                                 /* sub */