iropt: cmp(~x & 1, 0) => !cmp(x & 1, 0)
[libfirm] / include / libfirm / end.h
2011-04-08 Andreas Zwinkaumerge kaps
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-05-20 Matthias Braunproperly mark symbols in the public API to be exported...