Make this test x86 specific because the ARM backend can't handle it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126650 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands
2011-02-28 12:30:47 +00:00
parent f7b2a9d7df
commit 443612e165
@@ -1,7 +0,0 @@
; RUN: llc < %s
; PR9309
define <4 x double> @f_fu(<4 x float>) nounwind {
%float2double.i = fpext <4 x float> %0 to <4 x double>
ret <4 x double> %float2double.i
}