aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll
blob: b7bfb29f43450e1a2252b1ed6f7277929f67e9b1 (plain)
1
2
3
4
5
6
7
8
; RUN: llvm-as < %s | opt -instcombine -disable-output

int %test() {
	ret int 0
Loop:
	%X = add int %X, 1
	br label %Loop
}