md.texi: Adapt to implementation.

2005-12-06  Adrian Straetling  <straetling@de.ibm.com>

	  * doc/md.texi: Adapt to implementation.

From-SVN: r108121
This commit is contained in:
Adrian Straetling 2005-12-06 15:15:36 +00:00 committed by Andreas Krebbel
parent eda0cd9827
commit d1a4872d76
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-12-06 Adrian Straetling <straetling@de.ibm.com>
* doc/md.texi: Adapt to implementation.
2005-12-06 Andreas Schwab <schwab@suse.de> 2005-12-06 Andreas Schwab <schwab@suse.de>
* opts.c (decode_options): Fix typo in message. * opts.c (decode_options): Fix typo in message.

View File

@ -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 0 is the memory on which the atomic operation is performed.
Operand 1 is the second operand to the binary operator. 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 This pattern must issue any memory barrier instructions such that all
memory operations before the atomic operation occur before the atomic memory operations before the atomic operation occur before the atomic