Do not get the break block of a switch before it is sure that a jump there is actuall...
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 21 Apr 2012 16:39:22 +0000 (18:39 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 24 Apr 2012 12:51:59 +0000 (14:51 +0200)
commitb8f4fc13774d296a361e9e80e813a7eb906fc54b
treef0a48422cb4e5f9620f112604198db3ac9a93d64
parentfaf4d56440e1c24d339bb38ec9719188899cfe43
Do not get the break block of a switch before it is sure that a jump there is actually created.

Usually the inner (compound) statement of a switch ends in a break or return, so there is no normal flow out of the switch statement.
ast2firm.c