Support a new type of MachineOperand, MO_FPImmediate, used for holding
[oota-llvm.git] / test / Assembler / 2003-05-12-MinIntProblem.llx
1 ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep -- -2147483648
2
3 int %foo() {
4         ret int -2147483648
5 }