mirror of
https://github.com/github/codeql.git
synced 2026-03-16 20:46:49 +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.