diff python/ir/__init__.py @ 172:5a7d37d615ee

Added function to IR
author Windel Bouwman
date Thu, 04 Apr 2013 17:58:37 +0200
parents 3eb9b9e2958d
children 5ec7580976d9
line wrap: on
line diff
--- a/python/ir/__init__.py	Wed Apr 03 22:20:20 2013 +0200
+++ b/python/ir/__init__.py	Thu Apr 04 17:58:37 2013 +0200
@@ -1,4 +1,6 @@
 from .module import *
 from .instruction import *
+from .function import Function
 from .builder import Builder
+from .basicblock import BasicBlock