hanchenye-llvm-project/llvm/test/Regression/Transforms/InstCombine/2004-04-04-InstCombineRepla...

9 lines
125 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | opt -instcombine -disable-output
int %test() {
ret int 0
Loop:
%X = add int %X, 1
br label %Loop
}