diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/fast-isel-assume.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/fast-isel-assume.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/fast-isel-assume.ll b/llvm/test/CodeGen/AArch64/fast-isel-assume.ll index d39a907407d..50f510a09b6 100644 --- a/llvm/test/CodeGen/AArch64/fast-isel-assume.ll +++ b/llvm/test/CodeGen/AArch64/fast-isel-assume.ll @@ -3,7 +3,7 @@ ; Check that we ignore the assume intrinsic. ; CHECK-LABEL: test: -; CHECK: // BB#0: +; CHECK: // %bb.0: ; CHECK-NEXT: ret define void @test(i32 %a) { %tmp0 = icmp slt i32 %a, 0 |