InstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp ule A, B-1)
[oota-llvm.git] / utils / GetRepositoryPath
2012-05-15 Daniel Dunbar[utils] Fix Get{RepositoryPath,SourceVersion} to have...
2010-09-29 Daniel Dunbarutils: Add GetRepositoryPath script, patch by Jonathan...