diff options
author | Richard Biener <rguenther@suse.de> | 2015-09-15 07:33:15 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2015-09-15 07:33:15 +0000 |
commit | 07a4fb4bbf09300f60bcfbd7588c46bd63c6ac9f (patch) | |
tree | b4240604e6bdce33e83369eb1eaf43a51cba9c70 | |
parent | 44c925bdb0e0c53ed9816e931b97c4f52928a038 (diff) | |
download | gcc-07a4fb4bbf09300f60bcfbd7588c46bd63c6ac9f.zip gcc-07a4fb4bbf09300f60bcfbd7588c46bd63c6ac9f.tar.gz gcc-07a4fb4bbf09300f60bcfbd7588c46bd63c6ac9f.tar.bz2 |
match-and-simplify.texi: Fix wording.
2015-09-15 Richard Biener <rguenther@suse.de>
* doc/match-and-simplify.texi: Fix wording.
From-SVN: r227778
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/match-and-simplify.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 16862d0..29d778d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-09-15 Richard Biener <rguenther@suse.de> + + * doc/match-and-simplify.texi: Fix wording. + 2015-09-15 Bin Cheng <bin.cheng@arm.com> * tree-ssa-loop-ivopts.c (get_shiftadd_cost): Strip diff --git a/gcc/doc/match-and-simplify.texi b/gcc/doc/match-and-simplify.texi index 2bf2320..c5c2b7e 100644 --- a/gcc/doc/match-and-simplify.texi +++ b/gcc/doc/match-and-simplify.texi @@ -228,7 +228,7 @@ preprocessor directives. (bit_and @@1 @@0)) @end smallexample -Here we introduce flags on match expressions. There used flag +Here we introduce flags on match expressions. The flag used above, @code{c}, denotes that the expression should be also matched commutated. Thus the above match expression is really the following four match expressions: |