when lowering 64bit Conds, construct new Cmps/Conds in the block of the Cond, not...
[libfirm] / ir / be / test / const.c
1 #include <stdio.h>
2
3 int main() {
4         printf("%d\n", 0x1e00000);
5         return 0;
6 }