forked from OSchip/llvm-project
Fix typo in comment noticed in D60295. NFCI.
llvm-svn: 371415
This commit is contained in:
parent
02eb308387
commit
9ede7c0395
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue