Fix a flake8 lint.

This commit is contained in:
Dan Gohman
2017-10-31 13:05:26 -07:00
parent 3d83d0e4f0
commit 5f8b1b9f04
2 changed files with 16 additions and 8 deletions

View File

@@ -183,7 +183,8 @@ UJ = EncRecipe(
UJcall = EncRecipe(
'UJcall', Call, size=4, ins=(), outs=(),
emit='''
sink.reloc_external(RelocKind::Call.into(), &func.dfg.ext_funcs[func_ref].name);
sink.reloc_external(RelocKind::Call.into(),
&func.dfg.ext_funcs[func_ref].name);
// rd=%x1 is the standard link register.
put_uj(bits, 0, 1, sink);
''')