[llvm] r273774 - Fix a typo in FindAvailableLoadedValue, introduced by r273734. [-Wdocumentation]

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 24 23:03:14 PDT 2016


Author: chapuni
Date: Sat Jun 25 01:03:14 2016
New Revision: 273774

URL: http://llvm.org/viewvc/llvm-project?rev=273774&view=rev
Log:
Fix a typo in FindAvailableLoadedValue, introduced by r273734. [-Wdocumentation]

Modified:
    llvm/trunk/include/llvm/Analysis/Loads.h

Modified: llvm/trunk/include/llvm/Analysis/Loads.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/Loads.h?rev=273774&r1=273773&r2=273774&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/Loads.h (original)
+++ llvm/trunk/include/llvm/Analysis/Loads.h Sat Jun 25 01:03:14 2016
@@ -83,7 +83,7 @@ extern cl::opt<unsigned> DefMaxInstsToSc
 /// 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.




More information about the llvm-commits mailing list