Remove a test failure.

llvm-svn: 194678
This commit is contained in:
Kevin Qin 2013-11-14 07:00:00 +00:00
parent aa85517303
commit 3058bf4533
1 changed files with 0 additions and 4 deletions

View File

@ -281,7 +281,3 @@ poly64x2_t test_vsriq_n_p64(poly64x2_t a, poly64x2_t b) {
// CHECK: sri {{v[0-9]+}}.2d, {{v[0-9]+}}.2d, #64
}
uint64x1_t test_vceqz_p64(poly64x1_t a) {
// CHECK: test_vceqz_p64
return vceqz_p64(a);
}