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

12 lines
187 B
LLVM
Raw Normal View History

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