aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx
blob: 87a642b69d699d7b572bb32f034041b431db92d2 (plain)
1
2
3
4
5
6
7
8
9
10
; This is a non-normal FP value
; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | grep FPConstant | grep static

float %func () {
  ret float 0xFFF0000000000000  ; -inf
}

double %func2() {
  ret double 0xFF20000000000000  ; -inf
}