From db39d8993272b22e0412d4252b88afe1fedc0520 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sat, 25 Jun 2016 06:03:14 +0000 Subject: [PATCH] Fix a typo in FindAvailableLoadedValue, introduced by r273734. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273774 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Analysis/Loads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1