Force a triple on a couple of tests; we don't support fast-isel of ret on Win64.
authorEli Friedman <eli.friedman@gmail.com>
Wed, 18 May 2011 17:16:37 +0000 (17:16 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Wed, 18 May 2011 17:16:37 +0000 (17:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131540 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fast-isel-fneg.ll
test/CodeGen/X86/fast-isel.ll

index 5ffd48bce655359911a5ebf00100310256dd2c4c..f42a4a245bc880efbed0b38bd92e7186b9ddff1c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -fast-isel -fast-isel-abort -march=x86-64 | FileCheck %s
+; RUN: llc < %s -fast-isel -fast-isel-abort -mtriple=x86_64-apple-darwin10 | FileCheck %s
 ; RUN: llc < %s -fast-isel -march=x86 -mattr=+sse2 | grep xor | count 2
 
 ; CHECK: doo:
index 455808b0a44efb45d7b938a5d7676559639ebff1..8391860756a437588320f4d644a26e3a3b20a5fe 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc < %s -fast-isel -fast-isel-abort -march=x86 -mattr=sse2
-; RUN: llc < %s -fast-isel -fast-isel-abort -march=x86-64
+; RUN: llc < %s -fast-isel -fast-isel-abort -mtriple=x86_64-apple-darwin10
 
 ; This tests very minimal fast-isel functionality.