mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
On wireshark/wireshark, `isInCycle` ran into a low-memory loop on the `aliased_ssa` stage. It shouldn't be necessary to detect cycles after the `raw` stage, so this commit moves cycle detection into the `Construction` modules and makes it a no-op in `SSAConstruction.qll`.