summaryrefslogtreecommitdiff
path: root/test/Transforms/Mem2Reg/2003-04-10-DFNotFound.ll
blob: 05990b1b458e66ce2873e42efe81999e220c09cf (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: llvm-as < %s | opt -mem2reg

implementation   ; Functions:

void %_Z3barv() {
	%result = alloca int
	ret void

	store int 0, int* %result  ; DF not set!
	ret void
}