Also scan movb.

2010-08-19  Uros Bizjak  <ubizjak@gmail.com>

	PR testsuite/45324
	* gcc.target/i386/volatile-bitfields-1.c: Also scan movb.

From-SVN: r163372
This commit is contained in:
Uros Bizjak 2010-08-19 16:18:18 +02:00 committed by H.J. Lu
parent f3eb3e2735
commit 68152b200c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2010-08-19 Uros Bizjak <ubizjak@gmail.com>
PR testsuite/45324
* gcc.target/i386/volatile-bitfields-1.c: Also scan movb.
2010-08-19 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* gcc.dg/vect/vect-1.c (foo): Fix last commit.

View File

@ -14,4 +14,4 @@ int foo ()
return bits.b;
}
/* { dg-final { scan-assembler "movzbl.*bits" } } */
/* { dg-final { scan-assembler "mov(b|zbl).*bits" } } */