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

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

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