Don't do the pointer offset update for a pointer addition
commit17ce3e5652183bca5a79f7d82622936a281f80ee
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 5 Jan 2005 04:54:21 +0000 (4 21:54 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:06:12 +0000 (7 21:06 -0700)
tree8d785a47be28af09cbc823cdb8351b13280fb8d3
parent4beb074e5e5b7b335561e0c53a63b3c0f3f849f4
Don't do the pointer offset update for a pointer addition
in-place.

In case of inline functions we share the expression tree
with the original inline fn, and we mustn't change the
sub-expressions.
evaluate.c