fix typo; NFC

llvm-svn: 311665
This commit is contained in:
Sanjay Patel 2017-08-24 15:00:13 +00:00
parent 39265ca89f
commit 1cc58ecc8a
1 changed files with 1 additions and 1 deletions

View 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