[llvm] r311665 - fix typo; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 24 08:00:13 PDT 2017
Author: spatel
Date: Thu Aug 24 08:00:13 2017
New Revision: 311665
URL: http://llvm.org/viewvc/llvm-project?rev=311665&view=rev
Log:
fix typo; NFC
Modified:
llvm/trunk/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
Modified: llvm/trunk/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h?rev=311665&r1=311664&r2=311665&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h (original)
+++ llvm/trunk/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h Thu Aug 24 08:00:13 2017
@@ -24,7 +24,7 @@ namespace llvm {
struct LowerExpectIntrinsicPass : PassInfoMixin<LowerExpectIntrinsicPass> {
/// \brief Run the pass over the function.
///
- /// This will lower all of th expect intrinsic calls in this function into
+ /// This will lower all of the expect intrinsic calls in this function into
/// branch weight metadata. That metadata will subsequently feed the analysis
/// of the probabilities and frequencies of the CFG. After running this pass,
/// no more expect intrinsics remain, allowing the rest of the optimizer to
More information about the llvm-commits
mailing list