fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / Transforms / InstCombine / 2002-03-11-InstCombineHang.ll
blob5d027a744920a048e64078617fc6a4a0af4ce2cb
1 ; This testcase causes instcombine to hang.
3 ; RUN: opt < %s -instcombine
5 define void @test(i32 %X) {
6         %reg117 = add i32 %X, 0         ; <i32> [#uses=0]
7         ret void