summaryrefslogtreecommitdiff
path: root/test/CodeGen/Blackfin/printf2.ll
blob: 47c682da6f435614f82b1007c6ce725e74afba74 (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-as < %s | llc -march=bfin

declare i32 @printf(i8*, ...)

define i32 @main() {
	%1 = call i32 (i8*, ...)* @printf(i8* undef, i1 undef)
	ret i32 0
}