diff options
Diffstat (limited to 'gcc/ipa-pure-const.c')
-rw-r--r-- | gcc/ipa-pure-const.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ipa-pure-const.c b/gcc/ipa-pure-const.c index c4f23d9e1c3..58f9e5a11da 100644 --- a/gcc/ipa-pure-const.c +++ b/gcc/ipa-pure-const.c @@ -1497,6 +1497,7 @@ struct ipa_opt_pass_d pass_ipa_pure_const = { IPA_PASS, "pure-const", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_pure_const, /* gate */ propagate, /* execute */ NULL, /* sub */ @@ -1662,6 +1663,7 @@ struct gimple_opt_pass pass_local_pure_const = { GIMPLE_PASS, "local-pure-const", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_pure_const, /* gate */ local_pure_const, /* execute */ NULL, /* sub */ |