annotate python/ir/__init__.py @ 155:b28a11c01dbe

Simplified IR classes
author Windel Bouwman
date Sun, 03 Mar 2013 13:20:03 +0100
parents 4e79484a9d47
children 1b4a85bdd99c
rev   line source
155
b28a11c01dbe Simplified IR classes
Windel Bouwman
parents: 147
diff changeset
1 from .module import Module, Function, BasicBlock
b28a11c01dbe Simplified IR classes
Windel Bouwman
parents: 147
diff changeset
2 from .value import Value
101
af0d7913677a Fixes and splitting into 3 stage
windel
parents: 95
diff changeset
3