summaryrefslogtreecommitdiff
path: root/test/CodeGen/aarch64-poly64.c
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-05-15 11:21:39 +0000
committerTim Northover <tnorthover@apple.com>2014-05-15 11:21:39 +0000
commita9915c0198e9da9daec0ea4adca50aa8d4056d5f (patch)
tree8708e178f77241329045ac05a88f6a5bb409dff4 /test/CodeGen/aarch64-poly64.c
parent7eaa924ed25330b5a9aff7d0262dbcbd93eaf593 (diff)
downloadclang-a9915c0198e9da9daec0ea4adca50aa8d4056d5f.tar.gz
AArch64: update test after LLVM CodeGen change
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208868 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/aarch64-poly64.c')
-rw-r--r--test/CodeGen/aarch64-poly64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/aarch64-poly64.c b/test/CodeGen/aarch64-poly64.c
index 82740f8095..ac6bc126d0 100644
--- a/test/CodeGen/aarch64-poly64.c
+++ b/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) {