Sign in
ara-mdk
/
platform
/
external
/
llvm
/
850b74d3927c35850a99b10ca7809f61a3b69c67
/
.
/
test
/
Transforms
/
InstCombine
/
2004-04-04-InstCombineReplaceAllUsesWith.ll
blob: 84f9bad69d8d8513afd383a4eaf9605f34bb73b1 [
file
] [
log
] [
blame
]
; RUN: opt < %s -instcombine -disable-output
define
i32
@test
()
{
ret
i32
0
Loop
:
; preds = %Loop
%X
=
add
i32
%X
,
1
; <i32> [#uses=1]
br
label
%Loop
}