Use std::begin/end and std::is_sorted to simplify some code. NFC
[oota-llvm.git] / test / Linker / type-unique-unrelated.ll
2014-11-25 Rafael EspindolaAdd an interesting test that we already get right....