diff options
Diffstat (limited to 'test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll')
-rw-r--r-- | test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll b/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll index d10291e..863b025 100644 --- a/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll +++ b/test/CodeGen/PowerPC/2008-03-05-RegScavengerAssert.ll @@ -6,7 +6,7 @@ define void @foo(i8* %pp) nounwind { entry: %tmp2 = tail call i8* @bar( i32 14 ) nounwind ; <i8*> [#uses=0] %tmp28 = bitcast i8* %pp to void ()** ; <void ()**> [#uses=1] - %tmp38 = load void ()** %tmp28, align 4 ; <void ()*> [#uses=2] + %tmp38 = load void ()*, void ()** %tmp28, align 4 ; <void ()*> [#uses=2] br i1 false, label %bb34, label %bb25 bb25: ; preds = %entry %tmp30 = bitcast void ()* %tmp38 to void (i8*)* ; <void (i8*)*> [#uses=1] |