From 84bd316bd6d74f1fb416f1896c9d06bc807ce705 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 19 Jan 2010 01:20:15 +0000 Subject: Fix comment. llvm-svn: 93831 --- llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp') diff --git a/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp b/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp index 6c0ecc9f935..cdb338de853 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp +++ b/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp @@ -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()) { -- cgit v1.2.3