repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
CodeGen
/
CBackend
/
2004-02-26-FPNotPrintableConstants.ll
blob
6f23915a75c02356e6053d99250abf2c7862a9a4
1
; This is a non-normal FP value
2
; RUN: llvm-as < %s | llc -march=c | grep FPConstant | grep static
3
4
define float @func() {
5
ret float 0xFFF0000000000000
6
}
7
8
define double @func2() {
9
ret double 0xFF20000000000000
10
}
11