Sign in
cobalt
/
cobalt
/
612c020b64669fa118e8e051f1d6d8298a26718b
/
.
/
src
/
third_party
/
llvm-project
/
llvm
/
test
/
Assembler
/
2005-01-03-FPConstantDisassembly.ll
blob: 643d04c84b3fb89146c0494fb5d8248b87aee99c [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
; RUN: verify-uselistorder %s
define
double
@test
()
{
; CHECK: ret double 1.0
ret
double
1.0
;; This should not require hex notation
}