codegen: simplify glue code and emit code for all basicblocks
authorBernhard Urban <lewurm@gmail.com>
Sun, 9 Sep 2012 11:38:13 +0000 (13:38 +0200)
committerBernhard Urban <lewurm@gmail.com>
Sun, 9 Sep 2012 16:00:07 +0000 (18:00 +0200)
commit6eb91f6ec18c7cbfecd62fa80083aa03cecdeae8
tree0e4f0104aeeef5a9166d0eafdcf9a0934a28e4a0
parenta6e23e6cdfff068398a0e50bcd757832554effb5
codegen: simplify glue code and emit code for all basicblocks

hence, also blocks which are not reachable in a non-exceptional case (aka.
exception handlers)
Mate/MethodPool.hs
Mate/X86CodeGen.hs