mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
The foreach was erroneously labelling the `True` and `False` edges as backedges. Added a case for the compiler generated while in the predicate `getInstructionBackEdgeSuccessor/2` from the file `IRConstruction.qll` so that only the edges from inside the body are labeled as back edges.