diff options
author | JF Bastien <jfb@google.com> | 2016-04-21 19:41:48 +0000 |
---|---|---|
committer | JF Bastien <jfb@google.com> | 2016-04-21 19:41:48 +0000 |
commit | 3e2e69f60723bf2fff06f9bce9c546bc958c0b32 (patch) | |
tree | e32f646d696f2d91f2d2824d27ed239e47f43d08 /llvm/lib/Transforms | |
parent | a085cfc1503bcd37b207d1d4d6266e9ad64685a0 (diff) | |
download | bcm5719-llvm-3e2e69f60723bf2fff06f9bce9c546bc958c0b32.tar.gz bcm5719-llvm-3e2e69f60723bf2fff06f9bce9c546bc958c0b32.zip |
NFC: fix nonsensical comment
llvm-svn: 267036
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp b/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp index 4ca9ab4447d..4fa47e94489 100644 --- a/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp +++ b/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp @@ -438,7 +438,7 @@ static StoreInst *combineStoreToNewValue(InstCombiner &IC, StoreInst &SI, Value return NewStore; } -/// \brief Combine loads to match the type of value their uses after looking +/// \brief Combine loads to match the type of their uses' value after looking /// through intervening bitcasts. /// /// The core idea here is that if the result of a load is used in an operation, |