diff python/testir.py @ 279:2ccd57b1d78c

Fix register allocator to do burn2 OK
author Windel Bouwman
date Sat, 12 Oct 2013 09:56:23 +0200
parents 046017431c6a
children
line wrap: on
line diff
--- a/python/testir.py	Sun Sep 29 14:08:15 2013 +0200
+++ b/python/testir.py	Sat Oct 12 09:56:23 2013 +0200
@@ -66,7 +66,7 @@
         v2 = ir.Const(7)
         v3 = ir.Add(v1, v2)
         self.b.emit(ir.Jump(f.epiloog))
-        #self.cf.run(self.m)
+        self.cf.run(self.m)
 
     def testAdd0(self):
         f = self.b.newFunction('test')