Skip to content

Commit 61f1f07

Browse files
committed
C++: Remove yet another DefinitionExt reference.
1 parent 8ae84b9 commit 61f1f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowUtil.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ class Node extends TIRDataFlowNode {
364364
* pointed to by `p`.
365365
*/
366366
Expr asDefinition(boolean uncertain) {
367-
exists(StoreInstruction store, Ssa::DefinitionExt def |
367+
exists(StoreInstruction store, Ssa::Definition def |
368368
store = this.asInstruction() and
369369
result = asDefinitionImpl(store) and
370370
Ssa::defToNode(this, def, _, _, _, _) and

0 commit comments

Comments
 (0)