Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
aab3aff97bc536dca831b45a3a4dc541ae2b51fc
/
.
/
test
/
CodeGen
/
CBackend
/
2004-02-26-FPNotPrintableConstants.llx
blob: f32dddb845d962340d9f0955010ba4f82fbf5bc0 [
file
] [
log
] [
blame
]
;
This
is
a non
-
normal FP value
:
it
's a nan.
; RUN: llvm-as < %s | llc -march=c | grep FPConstant | grep static
float %func () {
ret float 0xFF20000000000000
}