bug 672: remove redundant/incorrect comment in pospopcount
[openpower-isa.git] / src / openpower / decoder / isa / test_caller_svp64_pospopcount.py
index 775540e6c20fd3e8e137e31a111d685e7fb08e1e..ac31d6e8564f51d4203cf708fd0f60930f02c404 100644 (file)
@@ -38,7 +38,7 @@ class PosPopCountTestCase(FHDLTestCase):
         lst = SVP64Asm(
             [
                 "mtspr 9, 3",               # move r3 to CTR
-                # VL = MIN(CTR,MAXVL=8), Rc=1 (CR0 set if CTR ends)
+                # VL = MIN(CTR,MAXVL=8)
                 "setvl 3,0,8,0,1,1",        # set MVL=8, VL=MIN(MVL,CTR)
                 # load VL bytes (update r4 addr) but compressed (dw=8)
                 "addi 6, 0, 0",             # initialise r6 to zero