Sign in
llvm
/
llvm-project
/
02c7be5094fa3ffb3f118d9e2d69af435b7c8ef6
/
.
/
llvm
/
test
/
Assembler
/
2005-01-03-FPConstantDisassembly.ll
blob: 643d04c84b3fb89146c0494fb5d8248b87aee99c [
file
]
; 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
}