ARM64: explicitly ask for Apple NEON syntax so test passes on Linux

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206368 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tim Northover 2014-04-16 09:13:44 +00:00
parent be50dc8b1f
commit 946bea39dc

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -march=arm64 -mcpu=cyclone | FileCheck %s
; RUN: llc < %s -march=arm64 -mcpu=cyclone -arm64-neon-syntax=apple | FileCheck %s
; rdar://10263824
define i1 @fcmp_float1(float %a) nounwind ssp {