|
@@ -176,7 +176,6 @@ def fold_constants(block):
|
|
|
elif s.name in ['mult', 'div'] \
|
|
elif s.name in ['mult', 'div'] \
|
|
|
and s[0]in register and s[1] in register:
|
|
and s[0]in register and s[1] in register:
|
|
|
# Multiplication/division with constants
|
|
# Multiplication/division with constants
|
|
|
- print s
|
|
|
|
|
rs, rt = s
|
|
rs, rt = s
|
|
|
a, b = register[rs], register[rt]
|
|
a, b = register[rs], register[rt]
|
|
|
|
|
|