diff options
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. |

