diff options
author | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-28 15:43:42 +0000 |
---|---|---|
committer | hp <hp@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-05-28 15:43:42 +0000 |
commit | e67780f710065cddaf4b1289f58c6f2e35754478 (patch) | |
tree | 7ac3fe6ff6e8319717a34644452740f7bb262010 | |
parent | d9e2aeee131e44dd4ba716a6b49268a852c08be1 (diff) | |
download | gcc-e67780f710065cddaf4b1289f58c6f2e35754478.tar.gz |
* doc/md.texi (stack_protect_test): Remove negation of
branch to label.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@187934 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/md.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 02b48a025dc..9c98157b9cc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index a64d8c28452..be6df9b4a82 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -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. |