From 946bea39dce2bd7c7bf01f34cbd040e9cd98cb91 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Wed, 16 Apr 2014 09:13:44 +0000 Subject: [PATCH] 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 --- test/CodeGen/ARM64/fcmp-opt.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM64/fcmp-opt.ll b/test/CodeGen/ARM64/fcmp-opt.ll index a90dabb4a4b..ae7cfec46b5 100644 --- a/test/CodeGen/ARM64/fcmp-opt.ll +++ b/test/CodeGen/ARM64/fcmp-opt.ll @@ -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 { -- 2.34.1