changeset 264:f8b5da5784b8

Test
author Windel Bouwman
date Fri, 09 Aug 2013 16:30:26 +0200
parents c352dec19299
children 9e235f15372b
files python/ir/instruction.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
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):