forked from OSchip/llvm-project
parent
a45606276d
commit
6371087a0e
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue