repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
NightlyTest.pl does not exist.
[llvm-complete.git]
/
test
/
Assembler
/
2005-01-03-FPConstantDisassembly.ll
blob
c3a66b42e27aaebc95aef6ba3e56c9bbf4071e6d
1
; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep 1.0
2
3
double %test() {
4
ret double 1.0 ;; This should not require hex notation
5
}
6