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
/
CodeGen
/
Blackfin
/
double-cast.ll
blob
815ca797d752c6c1a3eb3d6b34288cb46dcc9049
1
; RUN: llc < %s -march=bfin
2
3
declare i32 @printf(i8*, ...)
4
5
define i32 @main() {
6
%1 = call i32 (i8*, ...)* @printf(i8* undef, double undef)
7
ret i32 0
8
}