[llvm-commits] [llvm] r122994 - /llvm/trunk/lib/CodeGen/LocalStackSlotAllocation.cpp

Bob Wilson bob.wilson at apple.com
Thu Jan 6 20:58:58 PST 2011


Author: bwilson
Date: Thu Jan  6 22:58:58 2011
New Revision: 122994

URL: http://llvm.org/viewvc/llvm-project?rev=122994&view=rev
Log:
Fix a comment typo.

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

Modified: llvm/trunk/lib/CodeGen/LocalStackSlotAllocation.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LocalStackSlotAllocation.cpp?rev=122994&r1=122993&r2=122994&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LocalStackSlotAllocation.cpp (original)
+++ llvm/trunk/lib/CodeGen/LocalStackSlotAllocation.cpp Thu Jan  6 22:58:58 2011
@@ -9,7 +9,7 @@
 //
 // This pass assigns local frame indices to stack slots relative to one another
 // and allocates additional base registers to access them when the target
-// estimates the are likely to be out of range of stack pointer and frame
+// estimates they are likely to be out of range of stack pointer and frame
 // pointer relative addressing.
 //
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list