Remove #if GIMPLE around 1 - a pattern
authorAndrew Pinski <apinski@marvell.com>
Fri, 17 Feb 2023 16:43:27 +0000 (16:43 +0000)
committerAndrew Pinski <apinski@marvell.com>
Sat, 18 Feb 2023 01:48:33 +0000 (01:48 +0000)
commita7d8c40484c31a74a2c2bb17d835d60ba7dd8d29
treed696178ef9cfe5cd52671bfceb98dc86e878bc32
parent175d528595c3a8bdf75086d4e13844b645f715b0
Remove #if GIMPLE around 1 - a pattern

This removes the "#if GIMPLE" around the
"1 - a" pattern as ssa_name_has_boolean_range
(get_range_query) works when cfun is a nullptr.

OK? Bootstrapped and tested on x86_64-linux-gnu with no regressions.

gcc/ChangeLog:

* match.pd: Remove #if GIMPLE around the
"1 - a" pattern
gcc/match.pd