summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2011-02-28 14:22:08 +0000
committerDuncan Sands <baldrick@free.fr>2011-02-28 14:22:08 +0000
commit377ffe3b1107eac2a69ed983a0f6c2cdd9ccca1f (patch)
treecda5e44650937e389e9ab07922d064a060f9ac2a
parent2d25d247bdca74165ace6936fc6f6bf670676a87 (diff)
downloadllvm-377ffe3b1107eac2a69ed983a0f6c2cdd9ccca1f.tar.gz
llvm-377ffe3b1107eac2a69ed983a0f6c2cdd9ccca1f.tar.bz2
llvm-377ffe3b1107eac2a69ed983a0f6c2cdd9ccca1f.tar.xz
Windows codegen also dies on this, so restrict to the platform it was
actually tested on. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126652 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/2011-02-27-Fpextend.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2011-02-27-Fpextend.ll b/test/CodeGen/X86/2011-02-27-Fpextend.ll
index 61df3a728c..c12b9563b3 100644
--- a/test/CodeGen/X86/2011-02-27-Fpextend.ll
+++ b/test/CodeGen/X86/2011-02-27-Fpextend.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86-64 < %s
+; RUN: llc -mtriple=x86_64-pc-linux < %s
; PR9309
define <4 x double> @f_fu(<4 x float>) nounwind {