summaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-08 06:44:00 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-08 06:44:00 +0000
commit1d1ce0cfeea9e9efa9c4c23a900b2dad76dd2f04 (patch)
tree6f8f7f4092052eec28b02c70358609c0427aa778 /gcc/doc
parentc6976b580a332f8b261546e8f8bcb784a183fbf8 (diff)
downloadgcc-1d1ce0cfeea9e9efa9c4c23a900b2dad76dd2f04.tar.gz
* doc/md.texi: Fix the description of addmodecc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69073 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/md.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index ae371cc85a2..7bbdda8e415 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -2923,11 +2923,11 @@ If the machine does not have conditional move instructions, do not
define these patterns.
@cindex @code{add@var{mode}cc} instruction pattern
-@item @samp{mov@var{mode}cc}
+@item @samp{add@var{mode}cc}
Similar to @samp{mov@var{mode}cc} but for conditional addition. Conditionally
move operand 2 or (operands 2 + operand 3) into operand 0 according to the
comparison in operand 1. If the comparison is true, operand 2 is moved into
-operand 0, otherwise operand 3 is moved.
+operand 0, otherwise (operand 2 + operand 3) is moved.
@cindex @code{s@var{cond}} instruction pattern
@item @samp{s@var{cond}}