From 8c0cf3e11045ac14a734bb2dc2f2f437d106b596 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Wed, 23 Jul 2014 20:46:32 +0000 Subject: [PATCH] Use an explicit triple in testcase. Make the test work better on non-darwin hosts. Hopefully. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213801 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll b/test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll index 74ca61f57d7..67283b6d3c1 100644 --- a/test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll +++ b/test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -asm-verbose=false -march=arm64 -aarch64-neon-syntax=apple | FileCheck %s +; RUN: llc < %s -asm-verbose=false -mtriple=arm64-apple-ios | FileCheck %s define <4 x float> @foo(<4 x float> %val, <4 x float> %test) nounwind { ; CHECK-LABEL: foo: -- 2.34.1