Noting and enforcing that GC intrinsics are valid only within a
[oota-llvm.git] / test / CodeGen / CBackend / 2004-02-26-FPNotPrintableConstants.llx
1 ; This is a non-normal FP value
2 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | grep FPConstant | grep static
3
4 float %func () {
5   ret float 0xFFF0000000000000  ; -inf
6 }
7
8 double %func2() {
9   ret double 0xFF20000000000000  ; -inf
10 }