We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded377b commit 568724bCopy full SHA for 568724b
csharp/ql/src/experimental/ir/implementation/raw/internal/IRConstruction.qll
@@ -165,10 +165,10 @@ import Cached
165
cached
166
private module Cached {
167
168
- Opcode getInstructionOpcode(TRawInstruction instr) {
+ predicate getInstructionOpcode(Opcode opcode, TRawInstruction instr) {
169
exists(TranslatedElement element, InstructionTag tag |
170
instructionOrigin(instr, element, tag) and
171
- element.hasInstruction(result, tag, _)
+ element.hasInstruction(opcode, tag, _)
172
)
173
}
174
0 commit comments