Commit ed3a0551 authored by Richard Torenvliet's avatar Richard Torenvliet

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

parents e3caa5f9 123579f1
......@@ -43,7 +43,7 @@ class TestOptimize(unittest.TestCase):
def test_optimize_block_movinst_false(self):
statements = [self.foo, \
S('command', 'move', '$regA', '$regB'), \
S('command', 'addu', '$regA', '$regC', 2), \
S('command', 'addu', '$regD', '$regC', 2), \
self.bar]
block = B(statements)
......
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