]> granicus.if.org Git - clang/commitdiff
Remove a test failure.
authorKevin Qin <Kevin.Qin@arm.com>
Thu, 14 Nov 2013 07:00:00 +0000 (07:00 +0000)
committerKevin Qin <Kevin.Qin@arm.com>
Thu, 14 Nov 2013 07:00:00 +0000 (07:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@194678 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/aarch64-poly64.c

index 9a080fe1d261fc187a1efef99c1ffbea48518605..3e195019cd0aa74e92f4d301aa2e374229e9df13 100644 (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);
-}