New testcase

llvm-svn: 5770
This commit is contained in:
Chris Lattner 2003-04-10 19:21:07 +00:00
parent a45606276d
commit 6371087a0e
1 changed files with 11 additions and 0 deletions

View File

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