mirror of
https://github.com/github/codeql.git
synced 2025-12-21 03:06:31 +01: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`.