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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/PowerPC/2010-03-09-indirect-call.ll b/test/CodeGen/PowerPC/2010-03-09-indirect-call.ll index b95ac6880758..0599b74a69f5 100644 --- a/test/CodeGen/PowerPC/2010-03-09-indirect-call.ll +++ b/test/CodeGen/PowerPC/2010-03-09-indirect-call.ll @@ -11,8 +11,8 @@ define void @foo() nounwind ssp { entry: ; CHECK: mtctr r12 ; CHECK: bctrl - %0 = load void (...)** @p, align 4 ; <void (...)*> [#uses=1] - call void (...)* %0() nounwind + %0 = load void (...)*, void (...)** @p, align 4 ; <void (...)*> [#uses=1] + call void (...) %0() nounwind br label %return return: ; preds = %entry |