mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 04:32:19 +00:00
[PBQP] Address post-commit style comment for r230904. NFC.
Thanks David ! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c255d35a10
commit
502bb4cfeb
@ -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…
x
Reference in New Issue
Block a user