]> granicus.if.org Git - clang/commitdiff
AArch64: update test after LLVM CodeGen change
authorTim Northover <tnorthover@apple.com>
Thu, 15 May 2014 11:21:39 +0000 (11:21 +0000)
committerTim Northover <tnorthover@apple.com>
Thu, 15 May 2014 11:21:39 +0000 (11:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208868 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/aarch64-poly64.c

index 82740f8095749fa5c281d7a44afe990d1c9aa2df..ac6bc126d0d7b833ef45811108383fe87eba500b 100644 (file)
@@ -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) {