summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorSteven Wu <stevenwu@apple.com>2015-09-04 01:39:24 +0000
committerSteven Wu <stevenwu@apple.com>2015-09-04 01:39:24 +0000
commit332eeca1e4cff2de00a57892ad2d0134e7600f46 (patch)
treec331586cdaa3de953139ab8ddfd46548b5a41ba1 /llvm/test/CodeGen
parent7dee008911f50247b469c3fdd15a6ec57f754a4f (diff)
downloadbcm5719-llvm-332eeca1e4cff2de00a57892ad2d0134e7600f46.tar.gz
bcm5719-llvm-332eeca1e4cff2de00a57892ad2d0134e7600f46.zip
Fix the testcase in r246790
Using generic neon syntax to avoid test failure on apple platforms. llvm-svn: 246833
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/AArch64/aarch64-addv.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/aarch64-addv.ll b/llvm/test/CodeGen/AArch64/aarch64-addv.ll
index 3be3c556d27..a5bb6351749 100644
--- a/llvm/test/CodeGen/AArch64/aarch64-addv.ll
+++ b/llvm/test/CodeGen/AArch64/aarch64-addv.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=aarch64 < %s | FileCheck %s
+; RUN: llc -march=aarch64 -aarch64-neon-syntax=generic < %s | FileCheck %s
define i8 @f_v16i8(<16 x i8>* %arr) {
; CHECK-LABEL: f_v16i8
OpenPOWER on IntegriCloud