From 3e2e69f60723bf2fff06f9bce9c546bc958c0b32 Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Thu, 21 Apr 2016 19:41:48 +0000 Subject: NFC: fix nonsensical comment llvm-svn: 267036 --- llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Transforms') 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, -- cgit v1.2.3