when lowering 64bit Conds, construct new Cmps/Conds in the block of the Cond, not...
[libfirm] / ir / be / test / test1.c
1 long long foo(void) {
2         return -1;
3 }
4
5 int main(void) {
6         return 1 + foo();
7 }