diff options
| author | 2023-06-20 09:45:26 +0200 | |
|---|---|---|
| committer | 2023-06-20 09:45:26 +0200 | |
| commit | 945d17aff2aa92dd1fbb0304d4ee7ab5ea6ce496 (patch) | |
| tree | bb63bc06b372058d0931ef4a2ad915836b64ce96 /type.c | |
| parent | 981906a54e6c8dd727b7b6be2a428c547877ef78 (diff) | |
fix cls logic for comparison instrs
previously instr.cls always represented the output dataclass. this
doesn't work for comparisons because we know the output is always a
boolean integer and we care about the actual comparison dataclass. so
now .cls represents the operation dataclass, which matches the result
class except for comparisons where the result is always KI4V
Diffstat (limited to 'type.c')
0 files changed, 0 insertions, 0 deletions