Sign in
swiftshader
/
SwiftShader.git
/
166af499d36f7ca1d542bfc46ca37468bf9fbdab
/
.
/
third_party
/
LLVM
/
test
/
Assembler
/
2005-01-03-FPConstantDisassembly.ll
blob: d85c61f2f845e3919efec2ee8cf96af35e7581f9 [
file
]
; RUN: llvm-as < %s | llvm-dis | grep 1.0
define
double
@test
()
{
ret
double
1.0
;; This should not require hex notation
}