repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
Assembler
/
2005-01-03-FPConstantDisassembly.ll
blob
643d04c84b3fb89146c0494fb5d8248b87aee99c
1
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
2
; RUN: verify-uselistorder %s
3
4
define double @test() {
5
; CHECK: ret double 1.0
6
ret double 1.0 ;; This should not require hex notation
7
}
8