diff options
Diffstat (limited to 'gcc/cprop.c')
-rw-r--r-- | gcc/cprop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cprop.c b/gcc/cprop.c index e90a13c..7945342 100644 --- a/gcc/cprop.c +++ b/gcc/cprop.c @@ -1923,6 +1923,7 @@ struct rtl_opt_pass pass_rtl_cprop = { RTL_PASS, "cprop", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_rtl_cprop, /* gate */ execute_rtl_cprop, /* execute */ NULL, /* sub */ |