redundant comment
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 28 Sep 2022 21:04:16 +0000 (22:04 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 28 Sep 2022 21:04:16 +0000 (22:04 +0100)
src/openpower/decoder/isa/caller.py

index 8827f93c6f1b0ad80dd8af5029fa47368b1bd42e..a3224fd9c1afc49c9931a973509f661c174522a9 100644 (file)
@@ -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)