File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -1164,8 +1164,6 @@ int cogen_decls(struct instr_def *instr)
11641164 index = list_len(instr->grouplist); // count GROUP
11651165 liter = list_iterate(instr->complist);
11661166 while((comp = list_next(liter)) != NULL) {
1167- //It seems that JUMP alone does not require this struct?!
1168- //index += list_len(comp->jump); // count JUMP
11691167 if (comp->split) index++; // count SPLIT
11701168 }
11711169 list_iterate_end(liter);
Original file line number Diff line number Diff line change @@ -1166,7 +1166,6 @@ int cogen_decls(struct instr_def *instr)
11661166 index = list_len(instr->grouplist); // count GROUP
11671167 liter = list_iterate(instr->complist);
11681168 while((comp = list_next(liter)) != NULL) {
1169- index += list_len(comp->jump); // count JUMP
11701169 if (comp->split) index++; // count SPLIT
11711170 }
11721171 list_iterate_end(liter);
You can’t perform that action at this time.
0 commit comments