aarch64: Remove XFAIL for bic-bitmask-1.c

bic-bitmask-1.c is now passing, so remove the XFAIL.

gcc/testsuite/
	* gcc.target/aarch64/bic-bitmask-1.c: Remove XFAIL.
This commit is contained in:
Richard Sandiford 2022-02-16 10:21:14 +00:00
parent 25332d2325
commit a01ba10b9f
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ uint32x4_t foo (int32x4_t a)
return vceqq_s32 (vbicq_s32 (a, cst), zero);
}
/* { dg-final { scan-assembler-not {\tbic\t} { xfail { aarch64*-*-* } } } } */
/* { dg-final { scan-assembler-not {\tbic\t} } } */