Route all computed goto statements of a function through one IJmp.
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 26 Oct 2012 09:26:00 +0000 (11:26 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 30 Oct 2012 09:39:49 +0000 (10:39 +0100)
commit211aaabd26e2f4eab27d054b1984c66904fb45c2
tree22138c0328c3b031b517c8ab3b49afad6ef00808
parent8af3e71f6683905a7085f83eec99faf6cf742b29
Route all computed goto statements of a function through one IJmp.

This avoids the unsplitable critical edges, if there multiple computed goto statements.
ast2firm.c