[llvm] r371415 - Fix typo in comment noticed in D60295. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 9 09:05:59 PDT 2019
Author: rksimon
Date: Mon Sep 9 09:05:59 2019
New Revision: 371415
URL: http://llvm.org/viewvc/llvm-project?rev=371415&view=rev
Log:
Fix typo in comment noticed in D60295. NFCI.
Modified:
llvm/trunk/include/llvm/CodeGen/SwitchLoweringUtils.h
Modified: llvm/trunk/include/llvm/CodeGen/SwitchLoweringUtils.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SwitchLoweringUtils.h?rev=371415&r1=371414&r2=371415&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SwitchLoweringUtils.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SwitchLoweringUtils.h Mon Sep 9 09:05:59 2019
@@ -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);
More information about the llvm-commits
mailing list