diff options
Diffstat (limited to 'test/CodeGen/PowerPC/2010-12-18-PPCStackRefs.ll')
-rw-r--r-- | test/CodeGen/PowerPC/2010-12-18-PPCStackRefs.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/2010-12-18-PPCStackRefs.ll b/test/CodeGen/PowerPC/2010-12-18-PPCStackRefs.ll index a25ce07..1f320a8 100644 --- a/test/CodeGen/PowerPC/2010-12-18-PPCStackRefs.ll +++ b/test/CodeGen/PowerPC/2010-12-18-PPCStackRefs.ll @@ -12,11 +12,11 @@ entry: %0 = alloca i32 %"alloca point" = bitcast i32 0 to i32 store i32 0, i32* %0, align 4 - %1 = load i32* %0, align 4 + %1 = load i32, i32* %0, align 4 store i32 %1, i32* %retval, align 4 br label %return return: ; preds = %entry - %retval1 = load i32* %retval + %retval1 = load i32, i32* %retval ret i32 %retval1 } |