X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mate.git;a=blobdiff_plain;f=Mate%2FTypes.hs;fp=Mate%2FTypes.hs;h=de17e3780aa4cf8c695e72ce4a6891fb505a64e8;hp=67ac2a52b1d016cab35d6fa625287344d0eaba9e;hb=2ac2a68eb5b709caa636d1a9a56a40268d378550;hpb=0328da2d1c6b4a6ee41a4bd2aa7caee888195317 diff --git a/Mate/Types.hs b/Mate/Types.hs index 67ac2a5..de17e37 100644 --- a/Mate/Types.hs +++ b/Mate/Types.hs @@ -42,6 +42,7 @@ type BlockID = Int -- Represents a CFG node data BasicBlock = BasicBlock { code :: [Instruction], + exception :: B.ByteString, successor :: BBEnd } -- describes (leaving) edges of a CFG node