forked from OSchip/llvm-project
[PBQP] Address post-commit style comment for r230904. NFC.
Thanks David ! llvm-svn: 230908
This commit is contained in:
parent
030133c5db
commit
a57ca81eb4
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue