[PBQP] Address post-commit style comment for r230904. NFC.

Thanks David !

llvm-svn: 230908
This commit is contained in:
Arnaud A. de Grandmaison 2015-03-01 21:22:50 +00:00
parent 030133c5db
commit a57ca81eb4
1 changed files with 2 additions and 2 deletions

View File

@ -193,8 +193,8 @@ private:
if (NRegs < MRegs)
return D.count(IKey(NRegs, MRegs)) > 0;
else
return D.count(IKey(MRegs, NRegs)) > 0;
return D.count(IKey(MRegs, NRegs)) > 0;
}
void setDisjointAllowedRegs(const PBQPRAGraph &G, PBQPRAGraph::NodeId NId,