pr54089-3.c: Fix test for load of constant 31.

* gcc.target/sh/pr54089-3.c: Fix test for load of constant 31.

From-SVN: r203859
This commit is contained in:
Oleg Endo 2013-10-19 13:29:31 +00:00
parent 6eb793dd0f
commit c6436d74cc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-10-19 Oleg Endo <olegendo@gcc.gnu.org>
* gcc.target/sh/pr54089-3.c: Fix test for load of constant 31.
2013-10-18 Cong Hou <congh@google.com>
* gcc.dg/vect/pr58508.c: New test.

View File

@ -5,7 +5,7 @@
/* { dg-options "-O1" } */
/* { dg-skip-if "" { "sh*-*-*" } { "*" } { "-m1*" "-m2" "-m2e*" } } */
/* { dg-final { scan-assembler-not "and" } } */
/* { dg-final { scan-assembler-not "31" } } */
/* { dg-final { scan-assembler-not "#31" } } */
int
test00 (unsigned int a, int* b, int c, int* d, unsigned int e)