Skip to content

Commit 16a3d43

Browse files
committed
Fix test comment
1 parent dd53c83 commit 16a3d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/MC/RISCV/xqcibi-relocations.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ qc.e.bgeui x8, 12, foo
2222
# INSTR: qc.e.bgeui s0, 12, foo
2323
# FIXUP: fixup A - offset: 0, value: foo, kind: fixup_riscv_qc_e_branch
2424

25-
# Check that a label in a different section is handled similar to an undefined symbol
26-
# Since foo is undefined, this will be relaxed to (qc.e.bgeui + jal)
25+
# Check that a label in a different section is handled similar to an undefined
26+
# symbol and gets relaxed to (qc.e.bgeui + jal)
2727
qc.e.bltui x4, 9, .bar
2828
# RELOC: R_RISCV_JAL .bar 0x0
2929
# INSTR: qc.e.bltui tp, 9, .bar

0 commit comments

Comments
 (0)