From: rguenth Date: Tue, 15 Sep 2015 07:33:15 +0000 (+0000) Subject: 2015-09-15 Richard Biener X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9d1c70bf85a9050a20cd2be253ef7eb06250a824;p=thirdparty%2Fgcc.git 2015-09-15 Richard Biener * doc/match-and-simplify.texi: Fix wording. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227778 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 16862d057cb6..29d778da720e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-09-15 Richard Biener + + * doc/match-and-simplify.texi: Fix wording. + 2015-09-15 Bin Cheng * 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 2bf232041511..c5c2b7ec3c74 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: