Mercurial > lcfOS
diff test/testir.py @ 398:c0d9837acde8
x86 target refactor
author | Windel Bouwman |
---|---|
date | Thu, 29 May 2014 12:13:37 +0200 |
parents | 5d03c10fe19d |
children |
line wrap: on
line diff
--- a/test/testir.py Thu May 29 10:47:28 2014 +0200 +++ b/test/testir.py Thu May 29 12:13:37 2014 +0200 @@ -70,10 +70,10 @@ self.b.emit(ir.Jump(bb)) self.b.setBlock(bb) v1 = ir.Const(5) - self.b.emit(v1) + # self.b.emit(v1) v2 = ir.Const(7) v3 = ir.Add(v1, v2, "add", ir.i32) - self.b.emit(v3) + # self.b.emit(v3) self.b.emit(ir.Jump(f.epiloog)) self.cf.run(self.m)