Simplify comparison GIMPLE IL verification
authorRichard Biener <rguenther@suse.de>
Mon, 19 Oct 2020 08:41:19 +0000 (10:41 +0200)
committerRichard Biener <rguenther@suse.de>
Mon, 19 Oct 2020 08:44:11 +0000 (10:44 +0200)
commitdccb0f8801363462a11fd13a33ff3f4092ff82bd
tree90800858766681f3ea63cf73c643b73ad82997ef
parent04ffed2ef298bcdec5fe10da23dac1e95131516a
Simplify comparison GIMPLE IL verification

There's an old extra allowance for same-mode pointer comparison
for which I don't see any good reason today where the only special-case
of pointers in useless_type_conversion_p is that of function/method
pointers vs. non-function/method pointers.

2020-10-19  Richard Biener  <rguenther@suse.de>

* tree-cfg.c (verify_gimple_comparison): Drop special-case
for pointer comparison.
gcc/tree-cfg.c