NFC: fix nonsensical comment

llvm-svn: 267036
This commit is contained in:
JF Bastien 2016-04-21 19:41:48 +00:00
parent a085cfc150
commit 3e2e69f607
1 changed files with 1 additions and 1 deletions

View File

@ -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,