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 deeaf70 commit e163a1eCopy full SHA for e163a1e
cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowPrivate.qll
@@ -49,10 +49,7 @@ class Node0Impl extends TIRDataFlowNode0 {
49
Instruction asInstruction() { result = this.(InstructionNode0).getInstruction() }
50
51
/** Gets the operands corresponding to this node, if any. */
52
- Operand asOperand() {
53
- result = this.(MultipleUseOperandNode0).getOperand() or
54
- result = this.(SingleUseOperandNode0).getOperand()
55
- }
+ Operand asOperand() { result = this.(OperandNode0).getOperand() }
56
57
/** INTERNAL: Do not use. */
58
Location getLocationImpl() {
0 commit comments