PS: Improve toString on phi nodes.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-04-03 18:37:45 +01:00
parent 3acbd83297
commit 86ec291145

View File

@@ -158,7 +158,7 @@ module Ssa {
not exists(this.getSplitString()) and
prefix = ""
|
result = prefix + "phi"
result = prefix + "phi (" + this.getSourceVariable() + ")"
)
}