Add a semblance of sanity to structure member accesses.
commitff5cc9636a30d86b48ad5eed1db05bef70a41311
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 27 Nov 2004 04:10:26 +0000 (26 21:10 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:05:01 +0000 (7 21:05 -0700)
tree53a8b1b9dd70595531b346149f1ba032ca93d046
parent491b00ba350e3e2285ad158578fd0d2fc97a0af8
Add a semblance of sanity to structure member accesses.

Just a semblance, though.

The rule at this point is that alignment etc doesn't matter (pure
code generation issue), and the only thing that matters is whether
accesses overlap. This probably doesn't get it right either, but
it gets closer.
linearize.c