From: Luke Kenneth Casson Leighton Date: Mon, 29 Aug 2022 19:44:52 +0000 (+0100) Subject: remove insertion of instruction as a comment X-Git-Tag: sv_maxu_works-initial~15 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a0dc1a3647466f7e7c5ec1f9d47a898796c74f46;p=openpower-isa.git remove insertion of instruction as a comment --- diff --git a/src/openpower/sv/trans/svp64.py b/src/openpower/sv/trans/svp64.py index 6c4d98d5..5e4095cd 100644 --- a/src/openpower/sv/trans/svp64.py +++ b/src/openpower/sv/trans/svp64.py @@ -1305,7 +1305,6 @@ class SVP64Asm: if not v30b_op.endswith('.'): v30b_op += rc yield "%s %s" % (v30b_op, ", ".join(v30b_newfields)) - yield f"# {insn}" log("new v3.0B fields", v30b_op, v30b_newfields) def translate(self, lst):