Mercurial > lcfOS
view python/ppci/core/basicblock.py @ 108:8267ba1dbce3
Added testcode
author | Windel Bouwman |
---|---|
date | Tue, 01 Jan 2013 17:17:44 +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