iropt: cmp(~x & 1, 0) => !cmp(x & 1, 0)
[libfirm] / ir / ana / irmemory_t.h
2011-04-08 Andreas Zwinkaumerge kaps
2008-09-20 Michael BeckBugfix: restructured so memory disambiguator can switch...