]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove redundant check
authorRichard Biener <rguenther@suse.de>
Mon, 8 Jan 2024 07:15:51 +0000 (08:15 +0100)
committerRichard Biener <rguenther@suse.de>
Tue, 7 May 2024 12:19:34 +0000 (14:19 +0200)
commitcc2f3e408ee095653e6658b3126efce717a5586e
tree112e3ed83955e08853d70011a3ef7041d4dc37eb
parente1f56c67a82172730c377a96a46e8d75445e6a48
Remove redundant check

operand_equal_p already has checking code to verify the hash
is equal, avoid doing that again in gimplify_hasher::equal.

* gimplify.cc (gimplify_hasher::equal): Remove redundant
checking.
gcc/gimplify.cc