Skip to content

Commit 01810cb

Browse files
committed
Rust: Update PhiDefinition.toString
1 parent 68690b4 commit 01810cb

File tree

2 files changed

+88
-88
lines changed

2 files changed

+88
-88
lines changed

rust/ql/lib/codeql/rust/dataflow/Ssa.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ module Ssa {
263263
not exists(this.getSplitString()) and
264264
prefix = ""
265265
|
266-
result = prefix + "phi"
266+
result = prefix + SsaImpl::PhiDefinition.super.toString()
267267
)
268268
}
269269

0 commit comments

Comments
 (0)