summaryrefslogtreecommitdiff
path: root/gcc/doc/md.texi
diff options
context:
space:
mode:
authorkrebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-06 15:15:36 +0000
committerkrebbel <krebbel@138bc75d-0d04-0410-961f-82ee72b054a4>2005-12-06 15:15:36 +0000
commitb463ae9b5c8f1e571692ffbfd8c5e2181076df2a (patch)
treee1a7f23ec79a1d76b5f4ac5cc73a7aa7c009262b /gcc/doc/md.texi
parent3039f6d3b7a73c961794f21572c9fd6081b43b9b (diff)
downloadgcc-b463ae9b5c8f1e571692ffbfd8c5e2181076df2a.tar.gz
2005-12-06 Adrian Straetling <straetling@de.ibm.com>
* doc/md.texi: Adapt to implementation. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108121 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/md.texi')
-rw-r--r--gcc/doc/md.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 5bbeaa05b38..5933cc8f5e3 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -4200,7 +4200,7 @@ These patterns emit code for an atomic operation on memory.
Operand 0 is the memory on which the atomic operation is performed.
Operand 1 is the second operand to the binary operator.
-The ``nand'' operation is @code{op0 & ~op1}.
+The ``nand'' operation is @code{~op0 & op1}.
This pattern must issue any memory barrier instructions such that all
memory operations before the atomic operation occur before the atomic