Skip to content
Snippets Groups Projects
Commit 4099c995 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Merge branch 'master' of github.com:taddeus/peephole

parents 59664cd7 baff0f9f
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,6 @@ def fold_constants(block):
known.append((s[0], register[s[0]]))
elif s.name == 'mult' 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