Linearize EXPR_POS initializers more carefully: they can
commit17f5b9646df07dc5acc812123f93a07cb4f67c18
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 12 Jan 2005 16:53:44 +0000 (12 09:53 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:06:13 +0000 (7 21:06 -0700)
tree33fba6d757108d26e96fb565ff48712988148f4d
parent6889bd0f84939675c743229d6fe623513b95e057
Linearize EXPR_POS initializers more carefully: they can
contain sub-initializers.

This really shouldn't be needed, since we should be flattening
the EXPR_INITIALIZER during evaluation, but there's something
missing. However, since flattening cannot handle the range case
(which we don't handle right now in linearization either), we do
 conceptually need this for the generic case anyway.
linearize.c