]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fwprop.c
2012-11-01 Sharad Singhai <singhai@google.com>
[thirdparty/gcc.git] / gcc / fwprop.c
index cb571cd6d97397807780e2fe03a8f9bc9dbd49ae..545bd1532a57b8acb2f852beca26548a27045266 100644 (file)
@@ -1486,6 +1486,7 @@ struct rtl_opt_pass pass_rtl_fwprop =
  {
   RTL_PASS,
   "fwprop1",                            /* name */
+  OPTGROUP_NONE,                        /* optinfo_flags */
   gate_fwprop,                         /* gate */
   fwprop,                              /* execute */
   NULL,                                 /* sub */
@@ -1535,6 +1536,7 @@ struct rtl_opt_pass pass_rtl_fwprop_addr =
  {
   RTL_PASS,
   "fwprop2",                            /* name */
+  OPTGROUP_NONE,                        /* optinfo_flags */
   gate_fwprop,                         /* gate */
   fwprop_addr,                         /* execute */
   NULL,                                 /* sub */