]> granicus.if.org Git - llvm/commitdiff
fix typo; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 24 Aug 2017 15:00:13 +0000 (15:00 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 24 Aug 2017 15:00:13 +0000 (15:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311665 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h

index f688e7f19986cf1e665997a5c1dde018021c0b31..ab9dec0311b2b306e4a26e0b5c3271afee0824e6 100644 (file)
@@ -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