Commit ddb4e7f0 by Kyrylo Tkachov Committed by Kyrylo Tkachov

minmax_minus.c: Scan

	gcc/testsuite/
	* gcc.target/arm/minmax_minus.c: Scan

From-SVN: r201267
parent acd064a3
2013-07-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* gcc.target/arm/minmax_minus.c: Scan for absence of mov.
2013-07-26 David Edelsohn <dje.gcc@gmail.com> 2013-07-26 David Edelsohn <dje.gcc@gmail.com>
* gcc.target/powerpc/ppc-vector-memcpy.c: Test use of VMX for * gcc.target/powerpc/ppc-vector-memcpy.c: Test use of VMX for
......
...@@ -8,5 +8,4 @@ foo (int a, int b, int c) ...@@ -8,5 +8,4 @@ foo (int a, int b, int c)
return c - MAX (a, b); return c - MAX (a, b);
} }
/* { dg-final { scan-assembler "rsbge" } } */ /* { dg-final { scan-assembler-not "mov" } } */
/* { dg-final { scan-assembler "rsblt" } } */
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