Trivial grammar tweak.

llvm-svn: 116710
This commit is contained in:
Jim Grosbach 2010-10-18 16:29:26 +00:00
parent 778ca32c88
commit a3aa17b376
1 changed files with 1 additions and 1 deletions

View File

@ -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);