Fixed test case to actually check for the static declaration.
Oops. llvm-svn: 11886
This commit is contained in:
parent
6fd2e36fd5
commit
6192eeb0c5
|
|
@ -1,6 +1,5 @@
|
||||||
; This is a non-normal FP value: it's a nan.
|
; This is a non-normal FP value: it's a nan.
|
||||||
; RUN: llvm-as < %s | llc -march=c
|
; RUN: llvm-as < %s | llc -march=c | grep FPConstant | grep static
|
||||||
; llvm-as < %s | llc -march=c | grep FPConstant | grep static
|
|
||||||
|
|
||||||
float %func () {
|
float %func () {
|
||||||
ret float 0xFF20000000000000
|
ret float 0xFF20000000000000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue