Make this test x86 specific because the ARM backend can't handle it.
[oota-llvm.git] / test / CodeGen / X86 / 2011-02-27-Fpextend.ll
1 ; RUN: llc -march=x86-64 < %s
2 ; PR9309
3
4 define <4 x double> @f_fu(<4 x float>) nounwind {
5   %float2double.i = fpext <4 x float> %0 to <4 x double>
6   ret <4 x double> %float2double.i
7 }