diff options
Diffstat (limited to 'llvm/test/CodeGen/RISCV/jumptable.ll')
-rw-r--r-- | llvm/test/CodeGen/RISCV/jumptable.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/RISCV/jumptable.ll b/llvm/test/CodeGen/RISCV/jumptable.ll index 98144c7c1e6..68f4f1cb721 100644 --- a/llvm/test/CodeGen/RISCV/jumptable.ll +++ b/llvm/test/CodeGen/RISCV/jumptable.ll @@ -4,7 +4,7 @@ define void @jt(i32 %in, i32* %out) { ; RV32I-LABEL: jt: -; RV32I: # BB#0: # %entry +; RV32I: # %bb.0: # %entry ; RV32I-NEXT: addi a2, zero, 2 ; RV32I-NEXT: blt a2, a0, .LBB0_3 ; RV32I-NEXT: jal zero, .LBB0_1 |