diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc64-calls.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/ppc64-calls.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc64-calls.ll b/llvm/test/CodeGen/PowerPC/ppc64-calls.ll index 23a14e6687d..c134b66ada9 100644 --- a/llvm/test/CodeGen/PowerPC/ppc64-calls.ll +++ b/llvm/test/CodeGen/PowerPC/ppc64-calls.ll @@ -14,7 +14,8 @@ define weak void @foo_weak() nounwind { define void @test_direct() nounwind readnone { ; CHECK-LABEL: test_direct: tail call void @foo() nounwind -; CHECK: bl foo +; Because of tail call optimization, it can be 'b' instruction. +; CHECK: [[BR:b[l]?]] foo ; CHECK-NOT: nop ret void } |

