llvm-6502/test/Transforms/Mem2Reg/2003-04-10-DFNotFound.ll

12 lines
167 B
LLVM
Raw Normal View History

; RUN: as < %s | opt -mem2reg
implementation ; Functions:
void %_Z3barv() {
%result = alloca int
ret void
store int 0, int* %result ; DF not set!
ret void
}