Mercurial > lcfOS
diff python/ir/__init__.py @ 157:8f3924b6076e
Added some code generator things
author | Windel Bouwman |
---|---|
date | Sun, 03 Mar 2013 18:14:35 +0100 |
parents | 1b4a85bdd99c |
children | 9683a4cd848f |
line wrap: on
line diff
--- a/python/ir/__init__.py Sun Mar 03 15:50:34 2013 +0100 +++ b/python/ir/__init__.py Sun Mar 03 18:14:35 2013 +0100 @@ -1,4 +1,7 @@ from .module import Module, Function, BasicBlock from .value import Value -from .types import Type, i8, i16, i32, void +from .module import Type, FunctionType +from .module import i8, i16, i32, void +from .instruction import AddInstruction, BinaryOperator, ImmLoadInstruction +