repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
test
/
CodeGen
/
Blackfin
/
printf2.ll
blob
7ac7e8032bb6da964aeb8acc293dec028464d79e
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, i1 undef)
7
ret i32 0
8
}