From: Jakub Jelinek Date: Mon, 19 Jan 2015 13:41:44 +0000 (+0100) Subject: * common.opt (fgraphite): Fix a typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff6a32a98ea33fcc69d7c342c9d91502ae1dcdd2;p=gcc.git * common.opt (fgraphite): Fix a typo. From-SVN: r219841 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 807d7d09d9c..f053cf19570 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-01-19 Jakub Jelinek + + * common.opt (fgraphite): Fix a typo. + 2015-01-19 Felix Yang * config/aarch64/aarch64-simd.md (aarch64_p): New diff --git a/gcc/common.opt b/gcc/common.opt index 22a3b6bca80..5820c10e053 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -1299,7 +1299,7 @@ has finished ; This option is not documented yet as its semantics will change. fgraphite -Common Report Var(flag_graphite) Opitmization +Common Report Var(flag_graphite) Optimization Enable in and out of Graphite representation fgraphite-identity