Improve uninit diagnostic dumps
authorRichard Biener <rguenther@suse.de>
Wed, 30 Nov 2022 11:03:56 +0000 (12:03 +0100)
committerRichard Biener <rguenther@suse.de>
Wed, 30 Nov 2022 11:53:10 +0000 (12:53 +0100)
commit2792cb50f55529e1737461e032ed13e7f04f73d2
tree5004ab5c693211fe51e605b8e3967a088482bd70
parent9500877d05c56cef7bfbdcecaab3b1af2610bff3
Improve uninit diagnostic dumps

The following dumps the edge a use is uninitialized in a PHI.

* tree-ssa-uninit.cc (find_uninit_use): Dump the edge for a
PHI node.
gcc/tree-ssa-uninit.cc