1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 22:42:52 +01:00
llvm-mirror/test/CodeGen/CBackend/2004-02-26-FPNotPrintableConstants.llx
2007-01-17 07:59:14 +00:00

11 lines
234 B
Plaintext

; 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
}