x/tools/go/cfg: parsed control graph incomprehensible #39523
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Tools
This label describes issues relating to any tools in the x/tools repository.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
What did you do?
I write a
main.go
file to debug output the CFG(control flow graph) of a function following:main.go:
What did you expect to see?
correct flow graph
What did you see instead?
Got incomprehensible graph:
The text was updated successfully, but these errors were encountered: