diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2009-05-07 10:11:04 +0200 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2009-05-07 10:11:04 +0200 |
commit | 0d50d55aa181e8ae94c2b397c01dd25096f0ae35 (patch) | |
tree | cbe644a6ad17658470a2c5e71676da728b8abdfe /gcc/doc/md.texi | |
parent | aa016ff75a1e4f3c6cf9690a0116071bf8b91bbf (diff) | |
download | gcc-0d50d55aa181e8ae94c2b397c01dd25096f0ae35.zip gcc-0d50d55aa181e8ae94c2b397c01dd25096f0ae35.tar.gz gcc-0d50d55aa181e8ae94c2b397c01dd25096f0ae35.tar.bz2 |
md.texi (Standard Pattern Names For Generation): Remove wrong description of "nand" functionality.
* doc/md.texi (Standard Pattern Names For Generation) [sync_nand]:
Remove wrong description of "nand" functionality.
From-SVN: r147222
Diffstat (limited to 'gcc/doc/md.texi')
-rw-r--r-- | gcc/doc/md.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 7c4da31..b966c27 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -5115,8 +5115,6 @@ 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}. - This pattern must issue any memory barrier instructions such that all memory operations before the atomic operation occur before the atomic operation and all memory operations after the atomic operation occur |