summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorJF Bastien <jfb@google.com>2016-04-21 19:41:48 +0000
committerJF Bastien <jfb@google.com>2016-04-21 19:41:48 +0000
commit3e2e69f60723bf2fff06f9bce9c546bc958c0b32 (patch)
treee32f646d696f2d91f2d2824d27ed239e47f43d08 /llvm/lib/Transforms
parenta085cfc1503bcd37b207d1d4d6266e9ad64685a0 (diff)
downloadbcm5719-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.cpp2
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,
OpenPOWER on IntegriCloud