Skip to content

Commit c7ff2f5

Browse files
committed
C++: Remove yet another DefinitionExt reference.
1 parent e01552c commit c7ff2f5

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/SsaInternals.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ class DefinitionExt extends SsaImpl::DefinitionExt {
11741174
* Gets a definition that ultimately defines this SSA definition and is
11751175
* not itself a phi node.
11761176
*/
1177-
final DefinitionExt getAnUltimateDefinition() {
1177+
final Definition getAnUltimateDefinition() {
11781178
result = this.getAPhiInputOrPriorDefinition*() and
11791179
not result instanceof PhiNode
11801180
}

0 commit comments

Comments
 (0)