Rename [su]sum_widen to widen_[su]sum to reflect correct standard names.
authorMichael Collison <michael.collison@linaro.org>
Mon, 31 Aug 2015 03:19:48 +0000 (03:19 +0000)
committerMichael Collison <collison@gcc.gnu.org>
Mon, 31 Aug 2015 03:19:48 +0000 (03:19 +0000)
From-SVN: r227333

gcc/ChangeLog
gcc/doc/md.texi

index f91964d1221ab65d0aef1c2e7581161c5c3aa51b..16b61b2e1d25c470552d793b62a6ad71d488340f 100644 (file)
@@ -1,3 +1,9 @@
+2015-08-30  Michael Collison  <michael.collison@linaro.org>
+
+       PR other/67320
+       * doc.md.texi: Rename [su]sum_widen to widen_[su]sum to reflect correct
+       standard names
+
 2015-08-30  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
 
        * config/rs6000/rs6000.c (swap_web_entry): Enlarge
index 0bffdc63388a99cc0e9ba81b9a38791c09f3952c..619259fc39336a680ecd0f15cf3c420be1b1c29e 100644 (file)
@@ -4946,10 +4946,10 @@ is of a wider mode, is computed and added to operand 3. Operand 3 is of a mode
 equal or wider than the mode of the absolute difference. The result is placed
 in operand 0, which is of the same mode as operand 3.
 
-@cindex @code{ssum_widen@var{m3}} instruction pattern
-@item @samp{ssum_widen@var{m3}}
-@cindex @code{usum_widen@var{m3}} instruction pattern
-@itemx @samp{usum_widen@var{m3}}
+@cindex @code{widen_ssum@var{m3}} instruction pattern
+@item @samp{widen_ssum@var{m3}}
+@cindex @code{widen_usum@var{m3}} instruction pattern
+@itemx @samp{widen_usum@var{m3}}
 Operands 0 and 2 are of the same mode, which is wider than the mode of
 operand 1. Add operand 1 to operand 2 and place the widened result in
 operand 0. (This is used express accumulation of elements into an accumulator