aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2012-05-28 15:43:42 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2012-05-28 15:43:42 +0000
commite9d3ef3b2d5103c49e158923dcfda29d9d8f5110 (patch)
tree7ac3fe6ff6e8319717a34644452740f7bb262010 /gcc
parent512d321defbe449500d6f70fcbeac606dd87a5af (diff)
downloadgcc-e9d3ef3b2d5103c49e158923dcfda29d9d8f5110.zip
gcc-e9d3ef3b2d5103c49e158923dcfda29d9d8f5110.tar.gz
gcc-e9d3ef3b2d5103c49e158923dcfda29d9d8f5110.tar.bz2
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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/md.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 02b48a0..9c98157 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 a64d8c2..be6df9b 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.