diff options
| author | Kevin Qin <Kevin.Qin@arm.com> | 2013-11-14 07:00:00 +0000 |
|---|---|---|
| committer | Kevin Qin <Kevin.Qin@arm.com> | 2013-11-14 07:00:00 +0000 |
| commit | 3058bf4533db0ac05f88e59594e922fbd336d4be (patch) | |
| tree | f928063ecc377b19864d9be70ec151b154b000f5 /clang/test/CodeGen | |
| parent | aa855173033a6200e1d6c5c4ca099e6f8b9b61b6 (diff) | |
| download | bcm5719-llvm-3058bf4533db0ac05f88e59594e922fbd336d4be.tar.gz bcm5719-llvm-3058bf4533db0ac05f88e59594e922fbd336d4be.zip | |
Remove a test failure.
llvm-svn: 194678
Diffstat (limited to 'clang/test/CodeGen')
| -rw-r--r-- | clang/test/CodeGen/aarch64-poly64.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/CodeGen/aarch64-poly64.c b/clang/test/CodeGen/aarch64-poly64.c index 9a080fe1d26..3e195019cd0 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); -} |

