Fix bootstrap
authorRichard Biener <rguenther@suse.de>
Thu, 19 Nov 2020 12:41:20 +0000 (13:41 +0100)
committerRichard Biener <rguenther@suse.de>
Thu, 19 Nov 2020 12:42:11 +0000 (13:42 +0100)
commitd84ba819fe2f8bf49eddb7a3f42299a49d0206ea
tree17a62edb193870740780fc334956be8428f0a96c
parent717e22dcd48e6299b22a32b728c1d2cad08eb918
Fix bootstrap

This fixes a typo in the TREE_CODE compare which should
compare against TYPE_DECL, not TYPE_NAME.

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

* fold-const.c (operand_compare::hash_operand): Fix typo.
gcc/fold-const.c