Update test

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15228 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-07-26 05:04:25 +00:00
parent 595ee7ec26
commit 8ea3f1b3bc

View File

@ -1,7 +1,7 @@
; This is a non-normal FP value: it's a nan.
; This is a non-normal FP value
; RUN: llvm-as < %s | llc -march=c | grep FPConstant | grep static
float %func () {
ret float 0xFF20000000000000
ret float 0xFFF0000000000000 ; -inf
}