diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2012-10-10 19:54:07 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2012-10-10 19:54:07 +0000 |
commit | 374b86e2101f431c12262ec7ce49987818925777 (patch) | |
tree | b09f91ca29407c039961c2fd99b40c7c5df8ed31 | |
parent | a0ceafd19b0a33df40493df9f84f4a2866f6be5c (diff) | |
download | gcc-374b86e2101f431c12262ec7ce49987818925777.zip gcc-374b86e2101f431c12262ec7ce49987818925777.tar.gz gcc-374b86e2101f431c12262ec7ce49987818925777.tar.bz2 |
mips32-dsp-accinit-2.c: Fix test description.
gcc/testsuite/
* gcc.target/mips/mips32-dsp-accinit-2.c: Fix test description.
From-SVN: r192329
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/mips/mips32-dsp-accinit-2.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 009aab8..24f1e94 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/gcc.target/mips/mips32-dsp-accinit-2.c b/gcc/testsuite/gcc.target/mips/mips32-dsp-accinit-2.c index 8d06a80..74608d9 100644 --- a/gcc/testsuite/gcc.target/mips/mips32-dsp-accinit-2.c +++ b/gcc/testsuite/gcc.target/mips/mips32-dsp-accinit-2.c @@ -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) { |