[SLP] Fixed formatting, NFC.

llvm-svn: 329091
This commit is contained in:
Alexey Bataev 2018-04-03 17:48:14 +00:00
parent ba3c02e461
commit d5b1f7892f
1 changed files with 2 additions and 1 deletions

View File

@ -612,7 +612,8 @@ public:
const decltype(NumOpsWantToKeepOrder)::value_type &D2) {
return D1.second < D2.second;
});
if (I == NumOpsWantToKeepOrder.end() || I->getSecond() <= NumOpsWantToKeepOriginalOrder)
if (I == NumOpsWantToKeepOrder.end() ||
I->getSecond() <= NumOpsWantToKeepOriginalOrder)
return None;
return makeArrayRef(I->getFirst());