Add "goto/label" support for linearization.
commitcf48f1fd60f675b65028cdff31a09f1dd4b0833d
authorLinus Torvalds <torvalds@home.osdl.org>
Wed, 11 Feb 2004 23:52:51 +0000 (11 16:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:21 +0000 (7 21:01 -0700)
tree86b6e01b8f0d9deba96dcb8c57e1d8efe52a29ed
parentb913ad003c3ea7f52d05abfe4e27b73df60f42cd
Add "goto/label" support for linearization.

This required making the inter-BB trampoline to be done
using indirection through a symbol, rather than as direct
pointers from one BB to another. Fix up code to match.

Avoid a few warnings by handling GOTO_BB in the case
statements.
Makefile
compile-i386.c
evaluate.c
linearize.c
linearize.h
show-parse.c
symbol.h