diff python/ir/instruction.py @ 264:f8b5da5784b8

Test
author Windel Bouwman
date Fri, 09 Aug 2013 16:30:26 +0200
parents ed14e077124c
children 9e235f15372b
line wrap: on
line diff
--- a/python/ir/instruction.py	Fri Aug 09 16:28:50 2013 +0200
+++ b/python/ir/instruction.py	Fri Aug 09 16:30:26 2013 +0200
@@ -139,9 +139,6 @@
 
 
 
-
-
-
 # Function calling:
 class Call(Instruction):
    def __init__(self, callee, arguments, result=None):