]> git.ipfire.org Git - thirdparty/gcc.git/commit
optabs.c (emit_conditional_add): Correct comment about the arguments.
authorAndrew Pinski <apinski@cavium.com>
Wed, 5 Sep 2012 20:23:22 +0000 (20:23 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Wed, 5 Sep 2012 20:23:22 +0000 (13:23 -0700)
commit5285c21c6eb79ea45cde5e3d83d5cc127629d20d
tree4bfdadc6f4af48242c8aa2bf6200fb05686b38e5
parent933d309fcf848e4d9a1afb0203a99fab8f0aeba7
optabs.c (emit_conditional_add): Correct comment about the arguments.

2012-09-05  Andrew Pinski  <apinski@cavium.com>

  * optabs.c (emit_conditional_add): Correct comment about the arguments.
Remove code which might swap op2 and op3 since they cannot be swapped.
* doc/md.texi (add@var{mode}cc): Fix document about how the arguments
are used.

From-SVN: r190994
gcc/ChangeLog
gcc/doc/md.texi
gcc/optabs.c