mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-04 10:59:04 +00:00
NFC: fix nonsensical comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267036 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
80fd5b26e3
commit
372b2d6464
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user