repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
revert a hunk of r82018 that wasn't supposed to go in yet.
[llvm/avr.git]
/
test
/
Assembler
/
2005-01-03-FPConstantDisassembly.ll
blob
aaa776f51b814531fb42732807a9d8871985911c
1
; RUN: llvm-as < %s | llvm-dis | grep 1.0
2
3
define double @test() {
4
ret double 1.0 ;; This should not require hex notation
5
}
6