Tidy up some comments.

This commit is contained in:
Dan Gohman
2018-10-04 09:19:09 -07:00
parent b2a28d69e6
commit 2eb9ae45aa
2 changed files with 4 additions and 3 deletions

View File

@@ -1510,11 +1510,11 @@ jt_base = TailRecipe(
'jt_base', BranchTableBase, size=5, ins=(), outs=(GPR),
clobbers_flags=False,
emit='''
// No reloc is needed here as the jump table is emitted directly after
// the function body.
PUT_OP(bits, rex2(0, out_reg0), sink);
modrm_riprel(out_reg0, sink);
// No reloc is needed here as the jump table is emitted directly after
// the function body.
jt_disp4(table, func, sink);
''')