Commit 0595891e by Dominique d'Humieres Committed by H.J. Lu

Remove "\\" from scan-assembler-times

2013-05-03  Dominique d'Humieres  <dominiq@lps.ens.fr>
p
	* gcc.target/i386/sse2-init-v2di-2.c: Remove "\\" from
	scan-assembler-times.

From-SVN: r198587
parent 9b92d12b
2013-05-03 Dominique d'Humieres <dominiq@lps.ens.fr>
p
* gcc.target/i386/sse2-init-v2di-2.c: Remove "\\" from
scan-assembler-times.
2013-05-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com> 2013-05-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* gcc.dg/tree-ssa/slsr-32.c: New. * gcc.dg/tree-ssa/slsr-32.c: New.
......
...@@ -9,4 +9,4 @@ test (long long b) ...@@ -9,4 +9,4 @@ test (long long b)
return _mm_cvtsi64_si128 (b); return _mm_cvtsi64_si128 (b);
} }
/* { dg-final { scan-assembler-times "\\vec_concatv2di/3" 1 } } */ /* { dg-final { scan-assembler-times "vec_concatv2di/3" 1 } } */
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