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 00c0ca30007..77862f07e34 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -864,6 +864,10 @@ ftree-loop-im Common Report Var(flag_tree_loop_im) Init(1) Enable loop invariant motion on trees +ftree-loop-linear +Common Report Var(flag_tree_loop_linear) +Enable linear loop transforms on trees + ftree-loop-ivcanon Common Report Var(flag_tree_loop_ivcanon) Create canonical induction variables in loops |