mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 04:31:17 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93020 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a85732fa3b
commit
ad5b52fd5e
@ -7803,7 +7803,7 @@ X86TargetLowering::EmitAtomicBit6432WithCustomInserter(MachineInstr *bInstr,
|
||||
for (int i=0; i < 2 + X86AddrNumOperands; ++i)
|
||||
argOpers[i] = &bInstr->getOperand(i+2);
|
||||
|
||||
// x86 address has 4 operands: base, index, scale, and displacement
|
||||
// x86 address has 5 operands: base, index, scale, displacement, and segment.
|
||||
int lastAddrIndx = X86AddrNumOperands - 1; // [0,3]
|
||||
|
||||
unsigned t1 = F->getRegInfo().createVirtualRegister(RC);
|
||||
|
Loading…
x
Reference in New Issue
Block a user