]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fix oversight in latest change to can_mult_highpart_p
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 19 May 2024 09:38:40 +0000 (11:38 +0200)
committerEric Botcazou <ebotcazou@adacore.com>
Sun, 19 May 2024 09:39:33 +0000 (11:39 +0200)
commit3db8dd4139a7a5ce941684f1fc05ee0652e35544
tree4128dabfc8e13d2b144ba9bc3da3b5d19759fac8
parent1676ef6e91b902f592270e4bcf10b4fc342e200d
Fix oversight in latest change to can_mult_highpart_p

gcc/
* optabs-query.cc (can_mult_highpart_p): Test for the existence of
a wider mode instead of requiring it.
gcc/optabs-query.cc