md.texi (stack_protect_test): Remove negation of branch to label.
authorHans-Peter Nilsson <hp@axis.com>
Mon, 28 May 2012 15:43:42 +0000 (15:43 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Mon, 28 May 2012 15:43:42 +0000 (15:43 +0000)
* doc/md.texi (stack_protect_test): Remove negation of
        branch to label.

From-SVN: r187934

gcc/ChangeLog
gcc/doc/md.texi

index 02b48a025dc7efbd492552fed7647009fb6fbf14..9c98157b9ccb557880ad3fc1c0daa14e3388b45e 100644 (file)
@@ -1,3 +1,8 @@
+2012-05-28  Hans-Peter Nilsson  <hp@axis.com>
+
+       * doc/md.texi (stack_protect_test): Remove negation of
+        branch to label.
+
 2012-05-27  Nathan Sidwell  <nathan@acm.org>
 
        * tree.c (build_constructor): Propagate TREE_SIDE_EFFECTS.
index a64d8c28452b2826d6d15ce76f8e6aea24b9f8fb..be6df9b4a8269e96f86a58a53c1823771b6c6edd 100644 (file)
@@ -6136,7 +6136,7 @@ If this pattern is not defined, then a plain move pattern is generated.
 This pattern, if defined, compares a @code{ptr_mode} value from the
 memory in operand 1 with the memory in operand 0 without leaving the
 value in a register afterward and branches to operand 2 if the values
-weren't equal.
+were equal.
 
 If this pattern is not defined, then a plain compare pattern and
 conditional branch pattern is used.