[PATCH] inline declaration getting clobbered by expansion
commit4322eac12717a41c8c4cb361a3f70038f4d80aa8
authorAlexander Viro <viro@www.linux.org.uk>
Sat, 14 Aug 2004 05:58:54 +0000 (13 22:58 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:47 +0000 (7 21:02 -0700)
tree88b9cc4ece3be9f14a0e30fa243a76a8cbe658b2
parentb66e356864b2d89e41fe7908740c048e4992730b
[PATCH] inline declaration getting clobbered by expansion

When we copy the body of inlined function, we leave more nodes shared
than we should - they might be mangled by evaluation of copy.  Fixed.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
inline.c