Remove llvm-upgrade and update test cases.
[oota-llvm.git] / test / Transforms / InstCombine / 2002-03-11-InstCombineHang.ll
1 ; This testcase causes instcombine to hang.
2 ;
3 ; RUN: llvm-as < %s | opt -instcombine
4
5 define void @test(i32 %X) {
6         %reg117 = add i32 %X, 0         ; <i32> [#uses=0]
7         ret void
8 }
9