forked from OSchip/llvm-project
parent
a085cfc150
commit
3e2e69f607
|
@ -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…
Reference in New Issue