mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
The optimizer picked a terrible join order in `VirtualDispatch::DataSensitiveCall::flowsFrom()`. Telling it that `getAnOutNode()` has a unique result convinces it to join first on the `Callable`, rather than on the `ReturnKind`.