Commit f0f259ea authored by Jayke Meijer's avatar Jayke Meijer

Removed testing print.

parent 9525cbe1
...@@ -176,7 +176,6 @@ def fold_constants(block): ...@@ -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]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment