diff --git a/include/llvm/Analysis/Loads.h b/include/llvm/Analysis/Loads.h index 08381b64823..56435d1dadb 100644 --- a/include/llvm/Analysis/Loads.h +++ b/include/llvm/Analysis/Loads.h @@ -83,7 +83,7 @@ extern cl::opt DefMaxInstsToScan; /// precise. /// \param [out] AATags The aliasing metadata for the operation which produced /// the value. FIXME: This is basically useless. -/// \param [out] isLoadCSE Whether the returned value is a load from the same +/// \param [out] IsLoadCSE Whether the returned value is a load from the same /// location in memory, as opposed to the value operand of a store. /// /// \returns The found value, or nullptr if no value is found.