From 653966c13a7a202d3e5fed551ad153ffb94ac450 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Wed, 28 Sep 2022 22:04:16 +0100 Subject: [PATCH] redundant comment --- src/openpower/decoder/isa/caller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openpower/decoder/isa/caller.py b/src/openpower/decoder/isa/caller.py index 8827f93c..a3224fd9 100644 --- a/src/openpower/decoder/isa/caller.py +++ b/src/openpower/decoder/isa/caller.py @@ -1714,7 +1714,6 @@ class ISACaller(ISACallerHelper, ISAFPHelpers, StepLoop): # the ALL/ANY mode we can early-exit if self.is_svp64_mode and ins_name.startswith("sv.bc"): no_in_vec = yield self.dec2.no_in_vec # BI is scalar - # XXX TODO - pack/unpack here end_loop = no_in_vec or srcstep == vl-1 or dststep == vl-1 self.namespace['end_loop'] = SelectableInt(end_loop, 1) -- 2.30.2