when lowering 64bit Conds, construct new Cmps/Conds in the block of the Cond, not...
[libfirm] / ir / be / test / fehler058.c
1 short ii = 230;
2
3 int main() {
4   short i = ii & 255;
5   printf("res = %d (should be 230)\n", i);
6   return 0;
7 }