diff options
| author | Eric Christopher <echristo@apple.com> | 2010-01-19 01:20:15 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2010-01-19 01:20:15 +0000 |
| commit | 10dae8bb6cb8ea13b4ca02f651a754cca281b2ab (patch) | |
| tree | 80fb203cd2247e2404068c00558e753a54f1380e /lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | |
| parent | d7da8fccf37c8a2e08e2095ce2436fae4b67866e (diff) | |
| download | external_llvm-10dae8bb6cb8ea13b4ca02f651a754cca281b2ab.zip external_llvm-10dae8bb6cb8ea13b4ca02f651a754cca281b2ab.tar.gz external_llvm-10dae8bb6cb8ea13b4ca02f651a754cca281b2ab.tar.bz2 | |
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp')
| -rw-r--r-- | lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp b/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp index 6c0ecc9..cdb338d 100644 --- a/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp +++ b/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()) { |
