diff options
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 3cf0ec92ec3..1c75bc25050 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -777,6 +777,10 @@ ftree-fre Common Report Var(flag_tree_fre) Enable Full Redundancy Elimination (FRE) on trees +ftree-loop-optimize +Common Report Var(flag_tree_loop_optimize) Init(1) +Enable loop optimizations on tree level + ftree-points-to= Common Joined RejectNegative |