mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
fix comment
There's no 'B3' in the example. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190167 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
256cb9eaaf
commit
c725865bbc
@ -577,7 +577,7 @@ bool RegisterCoalescer::removeCopyByCommutingDef(const CoalescerPair &CP,
|
|||||||
LiveInterval &IntB =
|
LiveInterval &IntB =
|
||||||
LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg());
|
LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg());
|
||||||
|
|
||||||
// BValNo is a value number in B that is defined by a copy from A. 'B3' in
|
// BValNo is a value number in B that is defined by a copy from A. 'B1' in
|
||||||
// the example above.
|
// the example above.
|
||||||
VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx);
|
VNInfo *BValNo = IntB.getVNInfoAt(CopyIdx);
|
||||||
if (!BValNo || BValNo->def != CopyIdx)
|
if (!BValNo || BValNo->def != CopyIdx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user