X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fvshift-5.ll;h=a6ae8d54bef176f605546737b56143f27e894128;hb=e3c6222c76543408d07c8ca274f0c4eb07780dcd;hp=562e520c552879f0547be12e2333a85797002344;hpb=8b2b8a18354546d534b72f912153a3252ab4b857;p=oota-llvm.git diff --git a/test/CodeGen/X86/vshift-5.ll b/test/CodeGen/X86/vshift-5.ll index 562e520c552..a6ae8d54bef 100644 --- a/test/CodeGen/X86/vshift-5.ll +++ b/test/CodeGen/X86/vshift-5.ll @@ -7,7 +7,7 @@ entry: ; CHECK-LABEL: shift5a: ; CHECK: movd ; CHECK: pslld - %amt = load i32* %pamt + %amt = load i32, i32* %pamt %tmp0 = insertelement <4 x i32> undef, i32 %amt, i32 0 %shamt = shufflevector <4 x i32> %tmp0, <4 x i32> undef, <4 x i32> zeroinitializer %shl = shl <4 x i32> %val, %shamt @@ -21,7 +21,7 @@ entry: ; CHECK-LABEL: shift5b: ; CHECK: movd ; CHECK: psrad - %amt = load i32* %pamt + %amt = load i32, i32* %pamt %tmp0 = insertelement <4 x i32> undef, i32 %amt, i32 0 %shamt = shufflevector <4 x i32> %tmp0, <4 x i32> undef, <4 x i32> zeroinitializer %shr = ashr <4 x i32> %val, %shamt