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
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
CodeGen
/
Generic
/
getresult-undef.ll
blob
c675535335a03fca9da3f50d3e4d9759e311bec0
1
; RUN: llc < %s
2
3
define double @foo() {
4
%t = getresult {double, double} undef, 1
5
ret double %t
6
}