diff options
author | Roger Sayle <roger@nextmovesoftware.com> | 2021-08-26 18:51:46 +0100 |
---|---|---|
committer | Roger Sayle <roger@nextmovesoftware.com> | 2021-08-26 18:51:46 +0100 |
commit | a2d9b558299df91e9c34a583eb0f0b14d1cacce9 (patch) | |
tree | e714d82acafb85aa206c14ca591be09713e2e93f /gcc/tree-data-ref.c | |
parent | 226eb7ff5d73669184a4a56cd348fa6c46b3ec52 (diff) | |
download | gcc-a2d9b558299df91e9c34a583eb0f0b14d1cacce9.zip gcc-a2d9b558299df91e9c34a583eb0f0b14d1cacce9.tar.gz gcc-a2d9b558299df91e9c34a583eb0f0b14d1cacce9.tar.bz2 |
[Committed] Tidy up !POINTER_TYPE_P test in match.pd LSHIFT_EXPR folding
As suggested by Richard Biener in the comments of PR middle-end/102029,
the new test "INTEGRAL_TYPE_P (type) && !POINTER_TYPE_P (type) ..." is
redundant, and just "INTEGRAL_TYPE_P (type)" is the preferred form.
2021-08-26 Roger Sayle <roger@nextmovesoftware.com>
Richard Biener <rguenther@suse.de>
gcc/ChangeLog
* match.pd (shift transformations): Remove a redundant
!POINTER_TYPE_P check.
Diffstat (limited to 'gcc/tree-data-ref.c')
0 files changed, 0 insertions, 0 deletions