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