mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01: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.