re PR rtl-optimization/45739 (static evaluation of SSE intrinsics (pxor))

PR rtl-optimization/45739
	* gcc.target/i386/pr45739.c: Tighten up scan-assembler-not
	regexps.

From-SVN: r164516
This commit is contained in:
Jakub Jelinek 2010-09-22 10:57:38 +02:00 committed by Jakub Jelinek
parent 9271a43cbf
commit bbaee6884c
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2010-09-22 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/45739
* gcc.target/i386/pr45739.c: Tighten up scan-assembler-not
regexps.
2010-09-22 Eric Botcazou <ebotcazou@adacore.com>
* gcc.target/sparc/mnofpu.c: New test.

View File

@ -20,5 +20,5 @@ bar (void)
var = _mm_or_si128 (var, zero);
}
/* { dg-final { scan-assembler-not "pxor" } } */
/* { dg-final { scan-assembler-not "por" } } */
/* { dg-final { scan-assembler-not "pxor\[^\n\]*xmm" } } */
/* { dg-final { scan-assembler-not "por\[^\n\]*xmm" } } */