Sign in
swiftshader
/
SwiftShader.git
/
24f3d30cdec3c7473762405bde1c85b7c26f7941
/
.
/
third_party
/
llvm-7.0
/
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
}