From 195d2036d0c1cc0595e32de9b9863bc68dac0f73 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 28 Feb 2011 12:30:47 +0000 Subject: [PATCH] Make this test x86 specific because the ARM backend can't handle it. llvm-svn: 126650 --- test/CodeGen/{Generic => X86}/2011-02-27-Fpextend.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/CodeGen/{Generic => X86}/2011-02-27-Fpextend.ll (83%) diff --git a/test/CodeGen/Generic/2011-02-27-Fpextend.ll b/test/CodeGen/X86/2011-02-27-Fpextend.ll similarity index 83% rename from test/CodeGen/Generic/2011-02-27-Fpextend.ll rename to test/CodeGen/X86/2011-02-27-Fpextend.ll index 38a1e4e4144..61df3a728c6 100644 --- a/test/CodeGen/Generic/2011-02-27-Fpextend.ll +++ b/test/CodeGen/X86/2011-02-27-Fpextend.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s +; RUN: llc -march=x86-64 < %s ; PR9309 define <4 x double> @f_fu(<4 x float>) nounwind {