diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc64-ind-call.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc64-ind-call.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc64-ind-call.ll b/llvm/test/CodeGen/PowerPC/ppc64-ind-call.ll index f2d7cb489ed..d5c4d468c65 100644 --- a/llvm/test/CodeGen/PowerPC/ppc64-ind-call.ll +++ b/llvm/test/CodeGen/PowerPC/ppc64-ind-call.ll @@ -9,4 +9,8 @@ entry: } ; CHECK: @test1 +; CHECK: ld 11, 0(3) +; CHECK: ld 2, 8(3) +; CHECK: bctrl +; CHECK: ld 2, 40(1) |

