Sign in
swiftshader
/
SwiftShader
/
6b164c337c647c0898a0e54cdb260f0ee91ae4a6
/
.
/
third_party
/
LLVM
/
test
/
Transforms
/
InstCombine
/
2004-04-04-InstCombineReplaceAllUsesWith.ll
blob: 30d2e47dd168bff7eaba68c10e3415dc17457670 [
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
}