Commit c6df456 1 parent 1dd8d5a commit c6df456 Copy full SHA for c6df456
File tree 2 files changed +0
-3
lines changed
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)
1164
1164
index = list_len(instr->grouplist); // count GROUP
1165
1165
liter = list_iterate(instr->complist);
1166
1166
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
1169
1167
if (comp->split) index++; // count SPLIT
1170
1168
}
1171
1169
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)
1166
1166
index = list_len(instr->grouplist); // count GROUP
1167
1167
liter = list_iterate(instr->complist);
1168
1168
while((comp = list_next(liter)) != NULL) {
1169
- index += list_len(comp->jump); // count JUMP
1170
1169
if (comp->split) index++; // count SPLIT
1171
1170
}
1172
1171
list_iterate_end(liter);
You can’t perform that action at this time.
0 commit comments