Don't output code for static/toplevel symbols.
commit572561dcb58a252164d9c4fc5a849baf34106284
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 6 Dec 2004 22:31:15 +0000 (6 15:31 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:05:35 +0000 (7 21:05 -0700)
tree510fe6a7609a07102dd826060da54ec6ebd0ed03
parent7abd3578c5ce8ea3f1ab5e470b058a10c2f27bd5
Don't output code for static/toplevel symbols.

It's cute and useful for debugging, but it ends up doing the wrong
thing, since now CSE and liveness analysis will see the intial values
as the "dynamic" ones, and make the wrong kind of assumptions about
dominating stores etc.
linearize.c