]> git.ipfire.org Git - thirdparty/gcc.git/commit
vect: remove unused variable in complex numbers detection code.
authorTamar Christina <tamar.christina@arm.com>
Wed, 10 Nov 2021 12:01:50 +0000 (12:01 +0000)
committerTamar Christina <tamar.christina@arm.com>
Wed, 10 Nov 2021 12:05:49 +0000 (12:05 +0000)
commit5cfa174e08e4964703387aa7de5ece448cc660b8
tree617e60b47f379db849ba3e57a6e14f3f8246f7a0
parent77963796aef8aa07993c0bc757c15848fab7432a
vect: remove unused variable in complex numbers detection code.

This removed an unused variable that clang seems to catch when
compiling GCC with Clang.

gcc/ChangeLog:

* tree-vect-slp-patterns.c (complex_mul_pattern::matches): Remove l1node.
gcc/tree-vect-slp-patterns.c