Commit 374b86e2 by Richard Sandiford Committed by Richard Sandiford

mips32-dsp-accinit-2.c: Fix test description.

gcc/testsuite/
	* gcc.target/mips/mips32-dsp-accinit-2.c: Fix test description.

From-SVN: r192329
parent a0ceafd1
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> 2012-10-10 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/54877 PR tree-optimization/54877
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
/* { dg-skip-if "requires register frequencies" { *-*-* } { "-O0" "-Os" } { "" } } */ /* { dg-skip-if "requires register frequencies" { *-*-* } { "-O0" "-Os" } { "" } } */
/* Check that the zero-initialization of the accumulator feeding into /* 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) NOMIPS16 long long f (int n, int *v, int m)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment