Simplify the trivial direct "indirect" goto.
commit289b1a3f9638956b95ae715362bb1c839412d28b
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 1 Aug 2004 06:45:35 +0000 (31 23:45 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:29 +0000 (7 21:02 -0700)
treebe064eb8d89e2f4d2a0c2ee6837889e89ce0a65b
parentc7dd9904334069605f9108160083c68f89731fcf
Simplify the trivial direct "indirect" goto.

Goto's of the form "goto *&&label" might actually end up
happening as part of constant folding. And even if they
don't, this is the RightThing(tm) to do.
linearize.c