1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-11-04 11:07:00 +00:00

Fix #%$&^! optimizer bug

This commit is contained in:
David Schmenk 2018-03-13 18:09:14 -07:00
parent 46b0c2c041
commit 28571b4a35
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -133,7 +133,7 @@ def crunch_seq(seq, pass)
fin
break
is CONST_CODE // Collapse constant operation
nextopnext = nextop->opnext
nextopnext = nextop=>opnext
if nextopnext
when nextopnext->opcode
is MUL_CODE