]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/md.texi: Fix the description of addmodecc.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Jul 2003 06:44:00 +0000 (06:44 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 8 Jul 2003 06:44:00 +0000 (06:44 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69073 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/md.texi

index fbc99cacb636339a5c6a9f7620862ce3497ca5ce..84a6e50e080aa6deaa64938500d323a4b2f705ec 100644 (file)
@@ -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 ".".
index ae371cc85a2fc1c01b3c91408eb04c6fe7a4aa17..7bbdda8e415426250f20b40c018755fea95e83d7 100644 (file)
@@ -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}}