mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Now that `TInstruction` is shared between IR stages, several of the per-stage IR construction predicates can now be moved into the `Raw` interface exposed only by the initial construction of IR from the ASTs. This also removed a couple predicates that were not used previously at all.