diff options
Diffstat (limited to 'gcc/tree-if-conv.c')
-rw-r--r-- | gcc/tree-if-conv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c index e9f65ad..0afbcde 100644 --- a/gcc/tree-if-conv.c +++ b/gcc/tree-if-conv.c @@ -1859,6 +1859,7 @@ struct gimple_opt_pass pass_if_conversion = { GIMPLE_PASS, "ifcvt", /* name */ + OPTGROUP_NONE, /* optinfo_flags */ gate_tree_if_conversion, /* gate */ main_tree_if_conversion, /* execute */ NULL, /* sub */ |