Fix comment.
authorEric Christopher <echristo@apple.com>
Tue, 19 Jan 2010 01:20:15 +0000 (01:20 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 19 Jan 2010 01:20:15 +0000 (01:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93831 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp

index 6c0ecc9f935840b210769538146291c0f81f4f40..cdb338de853c3a03a0b47f8d9df3ab71ebd6b73d 100644 (file)
@@ -366,7 +366,7 @@ Instruction *InstCombiner::visitStoreInst(StoreInst &SI) {
   // alloca dead.
   // If the RHS is an alloca with a two uses, the other one being a 
   // llvm.dbg.declare, zapify the store and the declare, making the
-  // alloca dead.  We must do this to prevent declare's from affecting
+  // alloca dead.  We must do this to prevent declares from affecting
   // codegen.
   if (!SI.isVolatile()) {
     if (Ptr->hasOneUse()) {