Files
Alessandro Di Federico 5878fee3e2 Make PCH::addCaseToDispatcher more efficient
Checking if a `SwitchInst` has a certain case triggers a linear search.
When we have *a lot* of jump targets this is an issue.

This commit assumes that when we add a case to a dispatcher, that case
is not already there.
2021-05-12 18:42:13 +02:00
..
2021-05-06 15:42:16 +02:00
2021-05-12 18:31:23 +02:00
2021-05-06 15:42:16 +02:00