Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
b9befc5179f792c48f2dbf46c75b019cd3dc1b11
/
.
/
test
/
Assembler
/
2005-01-03-FPConstantDisassembly.ll
blob: bd0d389ff7c2c37ca6b225d849067c7eba89b598 [
file
] [
log
] [
blame
]
Chris Lattner
b9befc5
2005-01-04 01:58:26 +0000
[
diff
] [
blame^
]
1
; RUN: llvm-as < %s | llvm-dis | grep '1.0'
2
3
double
%test
()
{
4
ret
double
1.0
;; This should not require hex notation
5
}
6