Use std::is_sorted and std::none_of instead of manual loops. NFC
[oota-llvm.git] / lib / Analysis / EHPersonalities.cpp
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David MajnemerTry to appease a buildbot
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-02 David MajnemerForgot to add this file with r254562.