cmpxchg16b-1.c: Match also space after the instruction.

* gcc.target/i386/cmpxchg16b-1.c: Match also space after the
	instruction.

From-SVN: r178113
This commit is contained in:
Jakub Jelinek 2011-08-26 16:52:54 +02:00 committed by Jakub Jelinek
parent f1a89dd00c
commit 2f27df53e7
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2011-08-26 Jakub Jelinek <jakub@redhat.com>
* gcc.target/i386/cmpxchg16b-1.c: Match also space after the
instruction.
PR c/50179
* c-c++-common/Wunused-var-14.c: New test.

View File

@ -10,4 +10,4 @@ void test(TItype x_128)
m_128 = __sync_val_compare_and_swap (&m_128, x_128, m_128);
}
/* { dg-final { scan-assembler "cmpxchg16b" } } */
/* { dg-final { scan-assembler "cmpxchg16b\[ \\t]" } } */