iropt: cmp(~x & 1, 0) => !cmp(x & 1, 0)
[libfirm] / config.mak.example
1 CC = ccache gcc
2 host = i686-pc-linux-gnu