md.texi (stack_protect_test): Remove negation of branch to label.

* doc/md.texi (stack_protect_test): Remove negation of
        branch to label.

From-SVN: r187934
This commit is contained in:
Hans-Peter Nilsson 2012-05-28 15:43:42 +00:00 committed by Hans-Peter Nilsson
parent 512d321def
commit e9d3ef3b2d
2 changed files with 6 additions and 1 deletions

View 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.

View 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.