Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious
[oota-llvm.git] / test / Transforms / InstCombine / 2005-06-15-ShiftSetCCCrash.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -disable-output
2 ; PR577
3
4 bool %test() {
5         %tmp.3 = shl int 0, ubyte 41            ; <int> [#uses=1]
6         %tmp.4 = setne int %tmp.3, 0            ; <bool> [#uses=1]
7         ret bool %tmp.4
8 }