diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2017-08-24 15:00:13 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2017-08-24 15:00:13 +0000 |
| commit | 1cc58ecc8a5d77f877d2d15943638f53bb5677ac (patch) | |
| tree | 198b17f999e5b24c9ac86f269a487eec2942d757 | |
| parent | 39265ca89fa8ab8ea741e6a0f9f2f38bd65e99d3 (diff) | |
| download | bcm5719-llvm-1cc58ecc8a5d77f877d2d15943638f53bb5677ac.tar.gz bcm5719-llvm-1cc58ecc8a5d77f877d2d15943638f53bb5677ac.zip | |
fix typo; NFC
llvm-svn: 311665
| -rw-r--r-- | llvm/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h b/llvm/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h index f688e7f1998..ab9dec0311b 100644 --- a/llvm/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h +++ b/llvm/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h @@ -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 |

