diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-06-25 06:03:14 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-06-25 06:03:14 +0000 |
| commit | c9f731c47978f7565612c128563466e81d07eb57 (patch) | |
| tree | 62416d85c8d93403cf01a3c7471f28420d5f76ad /llvm | |
| parent | 8b12ecb721b5f472b5b0fb592de3751d1e544f0e (diff) | |
| download | bcm5719-llvm-c9f731c47978f7565612c128563466e81d07eb57.tar.gz bcm5719-llvm-c9f731c47978f7565612c128563466e81d07eb57.zip | |
Fix a typo in FindAvailableLoadedValue, introduced by r273734. [-Wdocumentation]
llvm-svn: 273774
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/Analysis/Loads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Analysis/Loads.h b/llvm/include/llvm/Analysis/Loads.h index 08381b64823..56435d1dadb 100644 --- a/llvm/include/llvm/Analysis/Loads.h +++ b/llvm/include/llvm/Analysis/Loads.h @@ -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. |

