Replace OP_LOAD/OP_STORE with OP_LNOP/OP_SNOP when making them irrelevant.
commite400f53db85306f4b185fe2905e40ce2fb4688e7
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 10 Nov 2004 05:55:33 +0000 (9 22:55 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:04:17 +0000 (7 21:04 -0700)
tree10008eab2dee79fb9326a628f13aa56735a4ca7e
parentebfb06871dcc74a116635d2b0bc2250f3c5853ed
Replace OP_LOAD/OP_STORE with OP_LNOP/OP_SNOP when making them irrelevant.

This shows an interesting (?) bug with uninlining, where we seem to
go through the same symbol twice, resulting in complaints about symbols
used in strange ways (because we see an instruction that we have already
NOP'ped out, using a symbol).

I'm not convinced this is a bug yet - it might just be that we really
_can_ reach the same symbol twice. But I _think_ it means our uninliner
may have problems.
linearize.c
linearize.h