Disable premature dead code removal: a block that
commitf1b667d4e39d47052211931167bf4f5bd616e820
authorLinus Torvalds <torvalds@home.osdl.org>
Sun, 3 Aug 2003 07:15:11 +0000 (3 00:15 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:01 +0000 (7 21:01 -0700)
tree98ba5a4ca5e1ce0e2a0f5d9b77af5d5a55dbaa3c
parentf02b6adcd05720e8655b8b0fd64f81791e63f987
Disable premature dead code removal: a block that
is unreachable from the top might still be reachable
through a label inside of it.
expand.c
show-parse.c