Be more careful about type generation in dereferences.
commit08ed271cb3b90aa15ea6b58d0af46b51dd2bcd74
authorLinus Torvalds <torvalds@evo.osdl.org>
Fri, 16 Apr 2004 18:49:38 +0000 (16 11:49 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:34 +0000 (7 21:01 -0700)
tree6fe4a4de492af07af11f86ef44364385dec4fa3d
parentde5bda5a924322cc08d576b92818c4989534643c
Be more careful about type generation in dereferences.

We now need to get the right type to make the fixed addressof-
operator do the right thing (I may revisit this - I might delay
the type fixup until after I see the addressof, but for now this
should get us closer to being correct).
evaluate.c