From 0f9355b3b0d89d164c5dfbca8cc2fc7bd6a75648 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Thu, 15 May 2014 11:21:39 +0000 Subject: [PATCH] AArch64: update test after LLVM CodeGen change llvm-svn: 208868 --- clang/test/CodeGen/aarch64-poly64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/CodeGen/aarch64-poly64.c b/clang/test/CodeGen/aarch64-poly64.c index 82740f809574..ac6bc126d0d7 100644 --- a/clang/test/CodeGen/aarch64-poly64.c +++ b/clang/test/CodeGen/aarch64-poly64.c @@ -76,7 +76,7 @@ poly64x1_t test_vcopy_lane_p64(poly64x1_t a, poly64x1_t b) { return vcopy_lane_p64(a, 0, b, 0); // CHECK-AARCH64: fmov {{d[0-9]+}}, {{d[0-9]+}} - // CHECK-ARM64: orr v0.16b, v1.16b, v1.16b + // CHECK-ARM64: mov v0.16b, v1.16b } poly64x2_t test_vcopyq_lane_p64(poly64x2_t a, poly64x1_t b) {