ARM64: explicitly ask for Apple NEON syntax so test passes on Linux
authorTim Northover <tnorthover@apple.com>
Wed, 16 Apr 2014 09:13:44 +0000 (09:13 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 16 Apr 2014 09:13:44 +0000 (09:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206368 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM64/fcmp-opt.ll

index a90dabb4a4bcc50c76dd949d6fbb8a1978db0834..ae7cfec46b5f147eb29c49e55bb86865de4895ba 100644 (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 {