Use std::is_sorted and std::none_of instead of manual loops. NFC
[oota-llvm.git] / lib / Analysis / MemoryLocation.cpp
2015-06-17 Chandler Carruth[PM/AA] Split the location computation out of getArgLoc...
2015-06-04 Chandler Carruth[PM/AA] Start refactoring AliasAnalysis to remove the...