Added another test case for double FP constants as well.

llvm-svn: 15233
This commit is contained in:
Reid Spencer 2004-07-26 15:04:13 +00:00
parent f29807169a
commit 084010444f
1 changed files with 3 additions and 0 deletions

View File

@ -5,3 +5,6 @@ float %func () {
ret float 0xFFF0000000000000 ; -inf
}
double %func2() {
ret double 0xFF20000000000000 ; -inf
}