]> granicus.if.org Git - llvm/commitdiff
Fix a typo in FindAvailableLoadedValue, introduced by r273734. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 25 Jun 2016 06:03:14 +0000 (06:03 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 25 Jun 2016 06:03:14 +0000 (06:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273774 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/Loads.h

index 08381b648230d7c44bd65835ffab12b604ccc874..56435d1dadb552431a9b4c024b370e35f5feeb6e 100644 (file)
@@ -83,7 +83,7 @@ extern cl::opt<unsigned> 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.