]> git.ipfire.org Git - thirdparty/gcc.git/commit
ipa: Fix whitespace when dumping VR in jump_functions
authorMartin Jambor <mjambor@suse.cz>
Thu, 29 May 2025 14:32:04 +0000 (16:32 +0200)
committerMartin Jambor <jamborm@gcc.gnu.org>
Thu, 29 May 2025 14:32:41 +0000 (16:32 +0200)
commit71e6b7b26a5169d217a62f34acbbc43c592b24bd
tree6d93cad500c095ba8d0c551b9dfda690e194358b
parentad96f0344adfc847874b34b43f30371979ae9963
ipa: Fix whitespace when dumping VR in jump_functions

Lack of white space breakes the tree-visualisation structure and makes
the dump unnecessarily difficult to read.

gcc/ChangeLog:

2025-05-19  Martin Jambor  <mjambor@suse.cz>

* ipa-prop.cc (ipa_dump_jump_function): Fix whitespace when
dumping IPA VRs.
gcc/ipa-prop.cc