diff python/ir/__init__.py @ 156:1b4a85bdd99c

change types
author Windel Bouwman
date Sun, 03 Mar 2013 15:50:34 +0100
parents b28a11c01dbe
children 8f3924b6076e
line wrap: on
line diff
--- a/python/ir/__init__.py	Sun Mar 03 13:20:03 2013 +0100
+++ b/python/ir/__init__.py	Sun Mar 03 15:50:34 2013 +0100
@@ -1,3 +1,4 @@
 from .module import Module, Function, BasicBlock
 from .value import Value
+from .types import Type, i8, i16, i32, void