1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-04-20 16:16:34 +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
BIN
View File
Binary file not shown.
+1 -1
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