llvm-6502/test/Transforms/Mem2Reg/2003-04-10-DFNotFound.ll
2003-09-16 15:29:54 +00:00

12 lines
172 B
LLVM

; 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
}