iropt: cmp(~x & 1, 0) => !cmp(x & 1, 0)
[libfirm] / include / libfirm / heights.h
2011-10-20 Matthias Braunrename ir_phase to ir_nodemap and simplify interface
2011-04-08 Andreas Zwinkaumerge kaps
2010-09-06 Matthias Braunrename heights_t to ir_heights_t, improve docu a bit...