From 3058bf4533db0ac05f88e59594e922fbd336d4be Mon Sep 17 00:00:00 2001 From: Kevin Qin Date: Thu, 14 Nov 2013 07:00:00 +0000 Subject: [PATCH] Remove a test failure. llvm-svn: 194678 --- clang/test/CodeGen/aarch64-poly64.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/clang/test/CodeGen/aarch64-poly64.c b/clang/test/CodeGen/aarch64-poly64.c index 9a080fe1d261..3e195019cd0a 100644 --- a/clang/test/CodeGen/aarch64-poly64.c +++ b/clang/test/CodeGen/aarch64-poly64.c @@ -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); -}