Skip to content

Commit 86ec291

Browse files
committed
PS: Improve toString on phi nodes.
1 parent 3acbd83 commit 86ec291

File tree

1 file changed

+1
-1
lines changed
  • powershell/ql/lib/semmle/code/powershell/dataflow

1 file changed

+1
-1
lines changed

powershell/ql/lib/semmle/code/powershell/dataflow/Ssa.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ module Ssa {
158158
not exists(this.getSplitString()) and
159159
prefix = ""
160160
|
161-
result = prefix + "phi"
161+
result = prefix + "phi (" + this.getSourceVariable() + ")"
162162
)
163163
}
164164

0 commit comments

Comments
 (0)