Sign in
fuchsia
/
third_party
/
github.com
/
llvm
/
llvm-project
/
60a25202a7dd1e00067fcfce512086ebf3788537
/
.
/
llvm
/
test
/
Transforms
/
Mem2Reg
/
2003-04-10-DFNotFound.ll
blob: 3665483458cce3bc6e164961f1ca65bff4ea3110 [
file
] [
log
] [
blame
]
; RUN: opt < %s -mem2reg
define
void
@_Z3barv
()
{
%result
=
alloca
i32
; <i32*> [#uses=1]
ret
void
; No predecessors!
store
i32
0
,
i32
*
%result
ret
void
}