X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FPowerPC%2Fppc-prologue.ll;h=c84e6fbd4b6011023fa5cbea3f0f1e09c432495a;hb=c5cc2e1a5a6872f9d5fa26f7dd1f139687f6e2b1;hp=553837121a36e96c6edbc2ce53eb374e57ae6827;hpb=433771c514fbb871f251119f3815c45b29385dc6;p=oota-llvm.git diff --git a/test/CodeGen/PowerPC/ppc-prologue.ll b/test/CodeGen/PowerPC/ppc-prologue.ll index 553837121a3..c84e6fbd4b6 100644 --- a/test/CodeGen/PowerPC/ppc-prologue.ll +++ b/test/CodeGen/PowerPC/ppc-prologue.ll @@ -14,12 +14,12 @@ entry: store i32 %a, i32* %a_addr %1 = call i32 @_Z3barPi(i32* %a_addr) ; [#uses=1] store i32 %1, i32* %0, align 4 - %2 = load i32* %0, align 4 ; [#uses=1] + %2 = load i32, i32* %0, align 4 ; [#uses=1] store i32 %2, i32* %retval, align 4 br label %return return: ; preds = %entry - %retval1 = load i32* %retval ; [#uses=1] + %retval1 = load i32, i32* %retval ; [#uses=1] ret i32 %retval1 }