analyzer: show BB index in BEFORE_SUPERNODE's in-edge
authorDavid Malcolm <dmalcolm@redhat.com>
Wed, 21 Jul 2021 21:21:22 +0000 (17:21 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Wed, 21 Jul 2021 21:21:22 +0000 (17:21 -0400)
commit81703584769707c34533e78c7a2bc229b0e14b2d
tree197fb4f6aa6071d1aa6be57ac1902cad57d11bab
parentdcdf6bb24e5f113f2bb9298588105a071bddf50f
analyzer: show BB index in BEFORE_SUPERNODE's in-edge

This is useful for debugging how the analyzer handles phi nodes.

gcc/analyzer/ChangeLog:
* program-point.cc (function_point::print): Show src BB index at
BEFORE_SUPERNODE.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/analyzer/program-point.cc