Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
.
/
test
/
Assembler
/
2005-01-03-FPConstantDisassembly.ll
blob: bd0d389ff7c2c37ca6b225d849067c7eba89b598 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llvm-dis | grep '1.0'
double
%test
()
{
ret
double
1.0
;; This should not require hex notation
}