view python/ppci/core/basicblock.py @ 99:6efbeb903777

movage
author windel
date Mon, 24 Dec 2012 15:03:30 +0100
parents 4a37d6992bd3
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