when lowering 64bit Conds, construct new Cmps/Conds in the block of the Cond, not...
[libfirm] / ir / be / test / fehler077.c
1 unsigned char k;
2
3 int main(void) {
4         /* should result in a decb k x86 instruction */
5         --k;
6         return 0;
7 }