C++: Better toString on phi nodes.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-05-22 15:55:22 +01:00
parent 85d0efcbed
commit 25179074c1

View File

@@ -626,7 +626,7 @@ class SsaPhiNode extends Node, TSsaPhiNode {
final override Location getLocationImpl() { result = phi.getBasicBlock().getLocation() }
override string toStringImpl() { result = "Phi" }
override string toStringImpl() { result = phi.toString() }
/**
* Gets a node that is used as input to this phi node.