sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 23 Jul 2019 07:49:43 +0000 (16:49 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 8 Apr 2020 15:01:58 +0000 (00:01 +0900)
commite3c0f6f3fbdaca7b006dc606def9973233549777
treef04b744cc8296169dd6acf12dfba14dcf777ce24
parentf5e94d10e4c468357019e5c28d48499f677b284f
sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE()

__builtin_constant_p(nr) is used everywhere now. It does not make
much sense to define IS_IMMEDIATE() as its alias.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/sh/include/asm/bitops-op32.h