From 7bd38df9e6fd948315f108613acd8665bae3bbee Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Mon, 9 Sep 2019 16:05:59 +0000 Subject: [PATCH] Fix typo in comment noticed in D60295. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371415 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/SwitchLoweringUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/SwitchLoweringUtils.h b/include/llvm/CodeGen/SwitchLoweringUtils.h index 62134dc792f..31b5f794d90 100644 --- a/include/llvm/CodeGen/SwitchLoweringUtils.h +++ b/include/llvm/CodeGen/SwitchLoweringUtils.h @@ -221,7 +221,7 @@ struct BitTestBlock { Cases(std::move(C)), Prob(Pr) {} }; -/// Return the range of value within a range. +/// Return the range of values within a range. uint64_t getJumpTableRange(const CaseClusterVector &Clusters, unsigned First, unsigned Last); -- 2.40.0