Fix the testcase in r246790

Using generic neon syntax to avoid test failure on apple platforms.

llvm-svn: 246833
This commit is contained in:
Steven Wu 2015-09-04 01:39:24 +00:00
parent 7dee008911
commit 332eeca1e4
1 changed files with 1 additions and 1 deletions

View File

@ -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