Start doing real expression copying for the inliner. We need to
commit0bd178e427936765ce3289ec8532483889f657b6
authorLinus Torvalds <torvalds@home.transmeta.com>
Tue, 10 Jun 2003 00:24:50 +0000 (9 17:24 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:00:51 +0000 (7 21:00 -0700)
tree76058e3b18d316e6c08e451b14c02cafc902ce9f
parentfaccc8f14eab18b1925a36b58f0ab03a59eb1772
Start doing real expression copying for the inliner. We need to
replace the symbols encounterd durign an expression copy, and
this is the first step showing how.

This doesn't get the multi-level inlining right, we'll get there
some day. Also, it currently complains about subexpressions it can't
copy yet, causing way too much verbosity for the kernel.
inline.c
show-parse.c
symbol.h