mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Fix typo in comment. NFCI.
llvm-svn: 369419
This commit is contained in:
parent
9dc720a012
commit
5d5f9fbb0b
@ -327,7 +327,7 @@ public:
|
||||
unsigned getEstimatedNumberOfCaseClusters(const SwitchInst &SI,
|
||||
unsigned &JumpTableSize) {
|
||||
/// Try to find the estimated number of clusters. Note that the number of
|
||||
/// clusters identified in this function could be different from the actural
|
||||
/// clusters identified in this function could be different from the actual
|
||||
/// numbers found in lowering. This function ignore switches that are
|
||||
/// lowered with a mix of jump table / bit test / BTree. This function was
|
||||
/// initially intended to be used when estimating the cost of switch in
|
||||
|
Loading…
Reference in New Issue
Block a user