X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FPowerPC%2Flbz-from-ld-shift.ll;h=7696b84708d87b9e4d1245149db974e836eed117;hb=12d60e9e7c149a7d333e277dfbe25a720c88c585;hp=3eacd6a45fb4778144f452f57c7b91266bb9f53e;hpb=1b84bf255482c01768c0206466ae69d7b2a64197;p=oota-llvm.git diff --git a/test/CodeGen/PowerPC/lbz-from-ld-shift.ll b/test/CodeGen/PowerPC/lbz-from-ld-shift.ll index 3eacd6a45fb..7696b84708d 100644 --- a/test/CodeGen/PowerPC/lbz-from-ld-shift.ll +++ b/test/CodeGen/PowerPC/lbz-from-ld-shift.ll @@ -5,7 +5,7 @@ target triple = "powerpc64-unknown-linux-gnu" ; Function Attrs: nounwind readonly define signext i32 @test(i32* nocapture readonly %P) #0 { entry: - %0 = load i32* %P, align 4 + %0 = load i32, i32* %P, align 4 %shr = lshr i32 %0, 24 ret i32 %shr