]> granicus.if.org Git - llvm/commitdiff
Make this test x86 specific because the ARM backend can't handle it.
authorDuncan Sands <baldrick@free.fr>
Mon, 28 Feb 2011 12:30:47 +0000 (12:30 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 28 Feb 2011 12:30:47 +0000 (12:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126650 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2011-02-27-Fpextend.ll [moved from test/CodeGen/Generic/2011-02-27-Fpextend.ll with 83% similarity]

similarity index 83%
rename from test/CodeGen/Generic/2011-02-27-Fpextend.ll
rename to test/CodeGen/X86/2011-02-27-Fpextend.ll
index 38a1e4e414462a458b27f10d30ace84515fec046..61df3a728c6ea3d72c9589a69914128482a853c8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s
+; RUN: llc -march=x86-64 < %s
 ; PR9309
 
 define <4 x double> @f_fu(<4 x float>) nounwind {