summaryrefslogtreecommitdiff
path: root/lib/CodeGen/PrologEpilogInserter.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-10-18 16:29:26 +0000
committerJim Grosbach <grosbach@apple.com>2010-10-18 16:29:26 +0000
commitc0c7c2b6061e7ca2d528bbedadb1bea0561c9158 (patch)
treedd1352c899eeb7b00da8338c6b004e47ab75d390 /lib/CodeGen/PrologEpilogInserter.cpp
parent940e7965f10ff39910e7e7da8871ea3bec7981a2 (diff)
downloadllvm-c0c7c2b6061e7ca2d528bbedadb1bea0561c9158.tar.gz
llvm-c0c7c2b6061e7ca2d528bbedadb1bea0561c9158.tar.bz2
llvm-c0c7c2b6061e7ca2d528bbedadb1bea0561c9158.tar.xz
Trivial grammar tweak.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116710 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/PrologEpilogInserter.cpp')
-rw-r--r--lib/CodeGen/PrologEpilogInserter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/PrologEpilogInserter.cpp b/lib/CodeGen/PrologEpilogInserter.cpp
index 0b22d904a5..df42b3d177 100644
--- a/lib/CodeGen/PrologEpilogInserter.cpp
+++ b/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);