]> git.ipfire.org Git - thirdparty/gcc.git/commit
Update SSA iterator documentation
authorRichard Biener <rguenther@suse.de>
Fri, 31 Oct 2025 13:15:25 +0000 (14:15 +0100)
committerRichard Biener <rguenther@suse.de>
Sun, 2 Nov 2025 08:53:46 +0000 (09:53 +0100)
commitd3159cce459d40a8f2ac5d86b059536f73a12425
treef4bd6b43e38ca24f060c7e39fd984b8098259589
parent6b6696fa3dfc13d26fbb01856757b73df80fe161
Update SSA iterator documentation

This reflects the change to drop FOR_EACH_IMM_USE_SAFE and adding
the DTOR to the FOR_EACH_IMM_USE_STMT iterator that cleans up
after an early break.

* doc/tree-ssa.texi: Remove outdated info on FOR_EACH_IMM_USE_STMT
iteration, clarify SSA operand parts.
* ssa-iterators.h: Update toplevel comment.
gcc/doc/tree-ssa.texi
gcc/ssa-iterators.h