mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Having that module in `Instruction.qll` slowed down the parsing of that file both humans and the compiler. This commit moves the `InstructionSanity` module to `IRSanity.qll` without making any changes to its contents apart from adding some imports.