summaryrefslogtreecommitdiff
path: root/test/CodeGen/Blackfin/double-cast.ll
blob: 815ca797d752c6c1a3eb3d6b34288cb46dcc9049 (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, double undef)
	ret i32 0
}