[llvm-commits] [llvm] r126652 - /llvm/trunk/test/CodeGen/X86/2011-02-27-Fpextend.ll

Duncan Sands baldrick at free.fr
Mon Feb 28 06:22:09 PST 2011


Author: baldrick
Date: Mon Feb 28 08:22:08 2011
New Revision: 126652

URL: http://llvm.org/viewvc/llvm-project?rev=126652&view=rev
Log:
Windows codegen also dies on this, so restrict to the platform it was
actually tested on.

Modified:
    llvm/trunk/test/CodeGen/X86/2011-02-27-Fpextend.ll

Modified: llvm/trunk/test/CodeGen/X86/2011-02-27-Fpextend.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2011-02-27-Fpextend.ll?rev=126652&r1=126651&r2=126652&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2011-02-27-Fpextend.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2011-02-27-Fpextend.ll Mon Feb 28 08:22:08 2011
@@ -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 {





More information about the llvm-commits mailing list