]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mips32-dsp-accinit-2.c: Fix test description.
authorRichard Sandiford <rdsandiford@googlemail.com>
Wed, 10 Oct 2012 19:54:07 +0000 (19:54 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 10 Oct 2012 19:54:07 +0000 (19:54 +0000)
gcc/testsuite/
* gcc.target/mips/mips32-dsp-accinit-2.c: Fix test description.

From-SVN: r192329

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/mips32-dsp-accinit-2.c

index 009aab8a01bbbd8d93efc3aade95325d6d19c8b7..24f1e94f6f38108e7c67cbcbd3a2a83834698787 100644 (file)
@@ -1,3 +1,7 @@
+2012-10-10  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * gcc.target/mips/mips32-dsp-accinit-2.c: Fix test description.
+
 2012-10-10  Jakub Jelinek  <jakub@redhat.com>
 
        PR tree-optimization/54877
index 8d06a8039a1b26f7a28eda05e5b639bfe65a2459..74608d943b908a3f09c9b88e08169181ebbc72df 100644 (file)
@@ -5,7 +5,8 @@
 /* { dg-skip-if "requires register frequencies" { *-*-* } { "-O0" "-Os" } { "" } } */
 
 /* Check that the zero-initialization of the accumulator feeding into
-   the madd is done by means of a mult instruction instead of mthi/mtlo.  */
+   the madd is done by means of an mthi & mtlo pair instead of a
+   "mult $0,$0" instruction.  */
 
 NOMIPS16 long long f (int n, int *v, int m)
 {