diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-10-18 16:29:26 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-10-18 16:29:26 +0000 |
commit | a3aa17b3762eb04258d740c46ef78498b3af94bb (patch) | |
tree | 4622396b52867297e8a67aacbf0367439febec43 /llvm/lib/CodeGen | |
parent | 778ca32c88a1200015cc04a96890f865abc35718 (diff) | |
download | bcm5719-llvm-a3aa17b3762eb04258d740c46ef78498b3af94bb.tar.gz bcm5719-llvm-a3aa17b3762eb04258d740c46ef78498b3af94bb.zip |
Trivial grammar tweak.
llvm-svn: 116710
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/PrologEpilogInserter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/PrologEpilogInserter.cpp b/llvm/lib/CodeGen/PrologEpilogInserter.cpp index 0b22d904a59..df42b3d1774 100644 --- a/llvm/lib/CodeGen/PrologEpilogInserter.cpp +++ b/llvm/lib/CodeGen/PrologEpilogInserter.cpp @@ -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); |