]> git.ipfire.org Git - thirdparty/gcc.git/commit
middle-end: rename main_exit_p in reduction code.
authorTamar Christina <tamar.christina@arm.com>
Wed, 24 Jan 2024 07:38:18 +0000 (07:38 +0000)
committerTamar Christina <tamar.christina@arm.com>
Wed, 24 Jan 2024 07:38:18 +0000 (07:38 +0000)
commit59004711660065a731be07c92150d45de430a550
treee3cae40a9bfdbe22b8cfa2885cefb4b412668773
parent72429448fd16733f876b282bb37a0653049c446d
middle-end: rename main_exit_p in reduction code.

This renamed main_exit_p to last_val_reduc_p to more accurately
reflect what the value is calculating.

gcc/ChangeLog:

* tree-vect-loop.cc (vect_get_vect_def,
vect_create_epilog_for_reduction): Rename main_exit_p to
last_val_reduc_p.
gcc/tree-vect-loop.cc