Skip to content
Snippets Groups Projects
Commit f0f259ea authored by Jayke Meijer's avatar Jayke Meijer
Browse files

Removed testing print.

parent 9525cbe1
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,6 @@ def fold_constants(block):
elif s.name in ['mult', 'div'] \
and s[0]in register and s[1] in register:
# Multiplication/division with constants
print s
rs, rt = s
a, b = register[rs], register[rt]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment