Use an explicit triple in testcase.
authorJim Grosbach <grosbach@apple.com>
Wed, 23 Jul 2014 20:46:32 +0000 (20:46 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 23 Jul 2014 20:46:32 +0000 (20:46 +0000)
Make the test work better on non-darwin hosts. Hopefully.

llvm-svn: 213801

llvm/test/CodeGen/AArch64/arm64-setcc-int-to-fp-combine.ll

index 74ca61f..67283b6 100644 (file)
@@ -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: