aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Blackfin/printf2.ll
blob: 6f402d547e3615be436641d1c4ca61450e451e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: llvm-as < %s | llc -march=bfin
; XFAIL: *
; Assertion failed: (isUsed(Reg) && "Using an undefined register!"),
; function forward, file RegisterScavenging.cpp, line 182.

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

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