[llvm-commits] [llvm] r116710 - /llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp

Jim Grosbach grosbach at apple.com
Mon Oct 18 09:29:26 PDT 2010


Author: grosbach
Date: Mon Oct 18 11:29:26 2010
New Revision: 116710

URL: http://llvm.org/viewvc/llvm-project?rev=116710&view=rev
Log:
Trivial grammar tweak.

Modified:
    llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp

Modified: llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp?rev=116710&r1=116709&r2=116710&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp (original)
+++ llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp Mon Oct 18 11:29:26 2010
@@ -829,7 +829,7 @@
             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);





More information about the llvm-commits mailing list