when lowering 64bit Conds, construct new Cmps/Conds in the block of the Cond, not...
[libfirm] / ir / be / test / fehler101.c
1 long double l;
2
3 int main(void) {
4                 l = l + 1.0;
5                 printf("%llf\n", l);
6                 return 0;
7 }