Testcase for a bug that caused us to miscompile ptrdist/ks on sparc.
[oota-llvm.git] / test / Transforms / InstCombine / 2005-03-04-ShiftOverflow.ll
1 ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep 'ret bool false'
2 bool %test(ulong %tmp.169) {
3         %tmp.1710 = shr ulong %tmp.169, ubyte 1
4         %tmp.1912 = setgt ulong %tmp.1710, 0
5         ret bool %tmp.1912
6 }
7