From: Richard Sandiford Date: Wed, 10 Oct 2012 19:54:07 +0000 (+0000) Subject: mips32-dsp-accinit-2.c: Fix test description. X-Git-Tag: misc/gccgo-go1_1_2~259 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=374b86e2101f431c12262ec7ce49987818925777;p=thirdparty%2Fgcc.git mips32-dsp-accinit-2.c: Fix test description. gcc/testsuite/ * gcc.target/mips/mips32-dsp-accinit-2.c: Fix test description. From-SVN: r192329 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 009aab8a01bb..24f1e94f6f38 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-10-10 Richard Sandiford + + * gcc.target/mips/mips32-dsp-accinit-2.c: Fix test description. + 2012-10-10 Jakub Jelinek 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 8d06a8039a1b..74608d943b90 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) {