summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2008-07-24-CodeGenPrepCrash.ll
blob: 6ea75eb5c79c5fe4ea876bd2e3b9317016b2b3ce (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-as < %s | llc -march=arm
; PR2589

define void @main({ i32 }*) {
entry:
	%sret1 = alloca { i32 }		; <{ i32 }*> [#uses=1]
	load { i32 }* %sret1		; <{ i32 }>:1 [#uses=0]
	ret void
}
OpenPOWER on IntegriCloud