iropt: cmp(~x & 1, 0) => !cmp(x & 1, 0)
[libfirm] / ir / opt / local.c
2011-11-04 Andreas ZwinkauWrap optimize_graph_df in opt_manage framework