[llvm] r267036 - NFC: fix nonsensical comment

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 12:41:48 PDT 2016


Author: jfb
Date: Thu Apr 21 14:41:48 2016
New Revision: 267036

URL: http://llvm.org/viewvc/llvm-project?rev=267036&view=rev
Log:
NFC: fix nonsensical comment

Modified:
    llvm/trunk/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp

Modified: llvm/trunk/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp?rev=267036&r1=267035&r2=267036&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp (original)
+++ llvm/trunk/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp Thu Apr 21 14:41:48 2016
@@ -438,7 +438,7 @@ static StoreInst *combineStoreToNewValue
   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,




More information about the llvm-commits mailing list