remove #if 0 around arch_get_irn_ops, no idea why it was there...
[libfirm] / ir / be / test / cmp_cse.c
1
2 int sign(int x)
3 {
4         return (x > 5) - (x <= 5);
5 }
6
7 int main(void) {
8         return 0;
9 }