mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-30 07:00:45 +00:00
Trivial grammar tweak.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116710 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
940e7965f1
commit
c0c7c2b606
@ -829,7 +829,7 @@ void PEI::scavengeFrameVirtualRegs(MachineFunction &Fn) {
|
||||
ScratchReg = RS->scavengeRegister(RC, I, SPAdj);
|
||||
++NumScavengedRegs;
|
||||
}
|
||||
// replace this reference to the virtual register with the
|
||||
// Replace this reference to the virtual register with the
|
||||
// scratch register.
|
||||
assert (ScratchReg && "Missing scratch register!");
|
||||
MI->getOperand(i).setReg(ScratchReg);
|
||||
|
Loading…
Reference in New Issue
Block a user