]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/ipa-inline.c
2012-11-01 Sharad Singhai <singhai@google.com>
[thirdparty/gcc.git] / gcc / ipa-inline.c
index cd58d332c9dd77fdc591c027cd857e3436c8e60b..5154273e371d4d9a25620b80ee507c6132de740f 100644 (file)
@@ -2019,6 +2019,7 @@ struct gimple_opt_pass pass_early_inline =
  {
   GIMPLE_PASS,
   "einline",                           /* name */
+  OPTGROUP_INLINE,                      /* optinfo_flags */
   NULL,                                        /* gate */
   early_inliner,                       /* execute */
   NULL,                                        /* sub */
@@ -2051,6 +2052,7 @@ struct ipa_opt_pass_d pass_ipa_inline =
  {
   IPA_PASS,
   "inline",                            /* name */
+  OPTGROUP_INLINE,                      /* optinfo_flags */
   gate_ipa_inline,                     /* gate */
   ipa_inline,                          /* execute */
   NULL,                                        /* sub */