
gerard at ggoossen
Nov 16, 2009, 5:19 AM
Post #1 of 1
(153 views)
Permalink
|
|
[PATCH] Change list assignment commonality detection to use the op tree, fixing commonality detection with &&
|
|
Change the common variable detection for list assignment to use the op tree structure instead of the linkedlist. Fixes detection of commonality detection with conditional operator like && Also splits processing of the lhs and the rhs, such that using the same variable twice in the rhs does not cause commonality to be detected. Gerard Goossen
|