Use std::is_sorted instead of manual loops. NFC
[oota-llvm.git] / test / Verifier / recursive-struct-param.ll
2015-03-13 Owen AndersonFix an infinite recursion in the verifier caused by...