diff options
Diffstat (limited to 'test/CodeGen/PowerPC/2010-03-09-indirect-call.ll')
-rw-r--r-- | test/CodeGen/PowerPC/2010-03-09-indirect-call.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/2010-03-09-indirect-call.ll b/test/CodeGen/PowerPC/2010-03-09-indirect-call.ll index b95ac68..d4972a9 100644 --- a/test/CodeGen/PowerPC/2010-03-09-indirect-call.ll +++ b/test/CodeGen/PowerPC/2010-03-09-indirect-call.ll @@ -11,7 +11,7 @@ define void @foo() nounwind ssp { entry: ; CHECK: mtctr r12 ; CHECK: bctrl - %0 = load void (...)** @p, align 4 ; <void (...)*> [#uses=1] + %0 = load void (...)*, void (...)** @p, align 4 ; <void (...)*> [#uses=1] call void (...)* %0() nounwind br label %return |