when lowering 64bit Conds, construct new Cmps/Conds in the block of the Cond, not...
[libfirm] / ir / be / test / fehler087.c
1 /* there's no 64bit fst without pop */
2
3 double z = 0.0;
4 unsigned int x;
5 double y;
6
7 int main(void) {
8         x = z;
9         y = z;
10
11         return x;
12 }