Commit c6436d74 by Oleg Endo

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
parent 6eb793dd
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.
......
......@@ -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)
......
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