forked from OSchip/llvm-project
Added another test case for double FP constants as well.
llvm-svn: 15233
This commit is contained in:
parent
f29807169a
commit
084010444f
|
|
@ -5,3 +5,6 @@ float %func () {
|
|||
ret float 0xFFF0000000000000 ; -inf
|
||||
}
|
||||
|
||||
double %func2() {
|
||||
ret double 0xFF20000000000000 ; -inf
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue