summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2014-07-23 20:46:32 +0000
committerJim Grosbach <grosbach@apple.com>2014-07-23 20:46:32 +0000
commitd3c7942f4a3372cf8b2caf2fa8e14dbbf8610043 (patch)
tree02a71ff5c2301787b9660da9b9fb1952c5c9ad5c /llvm/test
parent724e438c62794ce56380a154b99c5d123f484271 (diff)
downloadbcm5719-llvm-d3c7942f4a3372cf8b2caf2fa8e14dbbf8610043.tar.gz
bcm5719-llvm-d3c7942f4a3372cf8b2caf2fa8e14dbbf8610043.zip
Use an explicit triple in testcase.
Make the test work better on non-darwin hosts. Hopefully. llvm-svn: 213801
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll b/llvm/test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll
index 74ca61f57d7..67283b6d3c1 100644
--- a/llvm/test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll
+++ b/llvm/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:
OpenPOWER on IntegriCloud