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

Jim Grosbach grosbach at apple.com
Wed Oct 7 12:08:36 PDT 2009


Author: grosbach
Date: Wed Oct  7 14:08:36 2009
New Revision: 83483

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

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=83483&r1=83482&r2=83483&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp (original)
+++ llvm/trunk/lib/CodeGen/PrologEpilogInserter.cpp Wed Oct  7 14:08:36 2009
@@ -828,7 +828,7 @@
             if (PrevScratchReg && Value == PrevValue) {
               // FIXME: This assumes that the instructions in the live range
               // for the virtual register are exclusively for the purpose
-              // of populating the value in the register. That reasonable
+              // of populating the value in the register. That's reasonable
               // for these frame index registers, but it's still a very, very
               // strong assumption. Perhaps this implies that the frame index
               // elimination should be before register allocation, with





More information about the llvm-commits mailing list