InstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp ule A, B-1)
[oota-llvm.git] / utils / bugpoint /
2009-07-18 Viktor KutuzovRequire a remote command to exit with the exit status...
2009-07-14 Viktor KutuzovHelper script to use bugpoint with a remote target.