These casts should turn into gep instructions
[oota-llvm.git] / test / Transforms / InstCombine / 2004-04-04-InstCombineReplaceAllUsesWith.ll
1 ; RUN: llvm-as < %s | opt -instcombine -disable-output
2
3 int %test() {
4         ret int 0
5 Loop:
6         %X = add int %X, 1
7         br label %Loop
8 }