Mercurial > lcfOS
view python/ppci/core/basicblock.py @ 101:af0d7913677a
Fixes and splitting into 3 stage
author | windel |
---|---|
date | Mon, 24 Dec 2012 17:55:08 +0100 |
parents | 6efbeb903777 |
children | 9e552d34bd60 |
line wrap: on
line source
class BasicBlock(Value): """ A basic block represents a sequence of instructions without jumps and branches. """ def __init__(self): pass