blob: 87a642b69d699d7b572bb32f034041b431db92d2 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; This is a non-normal FP value
2; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | grep FPConstant | grep static
3
4float %func () {
5 ret float 0xFFF0000000000000 ; -inf
6}
7
8double %func2() {
9 ret double 0xFF20000000000000 ; -inf
10}