aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-07-08 06:44:00 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-07-08 06:44:00 +0000
commit4b5cc2b3044351325dbafa6688387f8d57c65b63 (patch)
tree6f8f7f4092052eec28b02c70358609c0427aa778 /gcc
parent56694dd9965e7496ca003ec37a6709c86762b8d0 (diff)
downloadgcc-4b5cc2b3044351325dbafa6688387f8d57c65b63.zip
gcc-4b5cc2b3044351325dbafa6688387f8d57c65b63.tar.gz
gcc-4b5cc2b3044351325dbafa6688387f8d57c65b63.tar.bz2
* doc/md.texi: Fix the description of addmodecc.
From-SVN: r69073
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/md.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index fbc99ca..84a6e50 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-08 Kazu Hirata <kazu@cs.umass.edu>
+
+ * doc/md.texi: Fix the description of addmodecc.
+
2003-07-07 Zack Weinberg <zack@codesourcery.com>
* Makefile.in (top_builddir): Set to "..", not ".".
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index ae371cc..7bbdda8 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}}