From 07a4fb4bbf09300f60bcfbd7588c46bd63c6ac9f Mon Sep 17 00:00:00 2001 From: Richard Biener Date: Tue, 15 Sep 2015 07:33:15 +0000 Subject: [PATCH] match-and-simplify.texi: Fix wording. 2015-09-15 Richard Biener * doc/match-and-simplify.texi: Fix wording. From-SVN: r227778 --- gcc/ChangeLog | 4 ++++ gcc/doc/match-and-simplify.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 16862d057cb..29d778da720 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 2bf23204151..c5c2b7ec3c7 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: -- 2.30.2