commit | e3c0f6f3fbdaca7b006dc606def9973233549777 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Tue Jul 23 16:49:43 2019 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Thu Apr 09 00:01:58 2020 +0900 |
tree | f04b744cc8296169dd6acf12dfba14dcf777ce24 | |
parent | f5e94d10e4c468357019e5c28d48499f677b284f [diff] |
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>