We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b6e76 commit 97b68feCopy full SHA for 97b68fe
src/sem/Jump.v
@@ -16,7 +16,7 @@ ins=Instruction(abstract_name="OpJump", mnemonic="jump", in1=In.Any, out1=Out.Re
16
descr = InstructionDoc(
17
ins = ins,
18
19
-syntax_override = syntax(ins) + ["`jmp in1`, alias for `jmp in1, r0`"],
+syntax_override = syntax(ins) + ["`jump in1`, alias for `jump in1, r0`"],
20
summary = """
21
Unconditional jump (becomes conditional through predication).
22
0 commit comments