Fix a bug in the DAGCombiner's handling of multiple linked
[oota-llvm.git] / test / CodeGen / X86 / v4f32-immediate.ll
1 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep movaps
2
3 define <4 x float> @foo() {
4   ret <4 x float> <float 0x4009C9D0A0000000, float 0x4002666660000000, float 0x3FF3333340000000, float 0x3FB99999A0000000>
5 }