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