]> gcc.gnu.org Git - gcc.git/commit
make vect_finish_stmt_generation work w/o stmt_vec_info
authorRichard Biener <rguenther@suse.de>
Mon, 18 May 2020 14:01:08 +0000 (16:01 +0200)
committerGiuliano Belinassi <giuliano.belinassi@usp.br>
Mon, 17 Aug 2020 16:09:13 +0000 (13:09 -0300)
commit19ab0a76be9258dbc074fcd626749d3a5989c128
tree5ac058472f013d0ae4919336eeb050edeaf0fc21
parent98c0b43e0699204253dcd662ddc8386aba959fe3
make vect_finish_stmt_generation work w/o stmt_vec_info

This makes the call chain below vec_init_vector happy with a NULL
stmt_vec_info which is used as "context".

2020-05-27  Richard Biener  <rguenther@suse.de>

* tree-vect-stmts.c (vect_finish_stmt_generation_1):
Conditionalize stmt_info use, assert the new stmt cannot throw
when not specified.
(vect_finish_stmt_generation): Adjust assert.
gcc/tree-vect-stmts.c
This page took 0.047673 seconds and 5 git commands to generate.