summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-05-30 15:39:35 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-05-30 15:39:35 +0000
commit3a36cb080571dad10ee8e4c90d871020e735706a (patch)
tree4f41abcdcdcdc0e45fa4960d092342c7b55303d1 /test
parent051ed0ae2dc9e20f01a9a459708728ec90805d92 (diff)
downloadllvm-3a36cb080571dad10ee8e4c90d871020e735706a.tar.gz
llvm-3a36cb080571dad10ee8e4c90d871020e735706a.tar.bz2
llvm-3a36cb080571dad10ee8e4c90d871020e735706a.tar.xz
Force a triple so we don't get bitten by windows' different regalloc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182935 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/zext-sext.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/zext-sext.ll b/test/CodeGen/X86/zext-sext.ll
index 87a6099c0c..0ab302a31b 100644
--- a/test/CodeGen/X86/zext-sext.ll
+++ b/test/CodeGen/X86/zext-sext.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mcpu=atom | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-linux-gnu -mcpu=atom | FileCheck %s
; <rdar://problem/8006248>
; This randomly started passing after an unrelated change, if it fails again it