Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git] / test / CodeGen / X86 / 2009-06-18-movlp-shuffle-register.ll
blobd6ff5b6803e3378384a8d859fbf213e021e5a51d
1 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse,-sse2
2 ; PR2484
4 define <4 x float> @f4523(<4 x float> %a,<4 x float> %b) nounwind {
5 entry:
6 %shuffle = shufflevector <4 x float> %a, <4 x float> %b, <4 x i32> <i32 4,i32
7 5,i32 2,i32 3>
8 ret <4 x float> %shuffle