Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious
[oota-llvm.git] / test / Transforms / InstCombine / 2002-03-11-InstCombineHang.ll
1 ; This testcase causes instcombine to hang.
2 ;
3 ; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine
4
5 implementation
6
7 void "test"(int %X)
8 begin
9         %reg117 = add int %X, 0
10         ret void
11 end