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
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
CodeGen
/
Blackfin
/
printf2.ll
blob
47c682da6f435614f82b1007c6ce725e74afba74
1
; RUN: llvm-as < %s | llc -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
}