summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-04-26 18:47:43 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-04-26 18:47:43 +0000
commitefa81404a52020652c4c06499acc29af547b1392 (patch)
treec1f8d77f65a5586df006b57af90a56ace40585da
parent7b5bd3724193b3a48e342301c1644a01a9e72f31 (diff)
downloadllvm-efa81404a52020652c4c06499acc29af547b1392.tar.gz
llvm-efa81404a52020652c4c06499acc29af547b1392.tar.bz2
llvm-efa81404a52020652c4c06499acc29af547b1392.tar.xz
Force a triple on this test to unbreak windows buildbots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130226 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/fast-isel-x86.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fast-isel-x86.ll b/test/CodeGen/X86/fast-isel-x86.ll
index f7f577810c..fba96718ad 100644
--- a/test/CodeGen/X86/fast-isel-x86.ll
+++ b/test/CodeGen/X86/fast-isel-x86.ll
@@ -1,4 +1,4 @@
-; RUN: llc -fast-isel -O0 -march=x86 -relocation-model=pic < %s | FileCheck %s
+; RUN: llc -fast-isel -O0 -mtriple=i386-apple-darwin10 -relocation-model=pic < %s | FileCheck %s
; This should use flds to set the return value.
; CHECK: test0: