Changed splitting of commutative nodes: Instead of touching only the
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 30 Aug 2009 14:37:05 +0000 (14:37 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Sun, 30 Aug 2009 14:37:05 +0000 (14:37 +0000)
commit352d8eaa828ca11fca1795fd7055162d9821bbf6
tree06954e7c359c627aecc91f0ff206ade0466f8183
parent247d806a659847316326f2c60dfa2f9736dfc320
Changed splitting of commutative nodes: Instead of touching only the
first occuring class (op(a,a) or op(a,b)), touch all and split the
touched list into halfs.
This should fix fehler170.c and is more logical and simpler code.

[r26446]
ir/opt/combo.c