aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@xry111.site>2023-12-29 20:04:34 +0800
committerXi Ruoyao <xry111@xry111.site>2023-12-29 20:07:54 +0800
commit748a4e9069e41bec1f27aa369c19f9756d8c1494 (patch)
tree4715ec0cc7347c1946546ee7442d737ddcbfde4b /gcc
parent8b61d109b130f0e6551803cc30f3c607d4fde81c (diff)
downloadgcc-748a4e9069e41bec1f27aa369c19f9756d8c1494.zip
gcc-748a4e9069e41bec1f27aa369c19f9756d8c1494.tar.gz
gcc-748a4e9069e41bec1f27aa369c19f9756d8c1494.tar.bz2
LoongArch: Fix the format of bstrins_<mode>_for_ior_mask condition (NFC)
gcc/ChangeLog: * config/loongarch/loongarch.md (bstrins_<mode>_for_ior_mask): For the condition, remove unneeded trailing "\" and move "&&" to follow GNU coding style. NFC.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/loongarch/loongarch.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/loongarch/loongarch.md b/gcc/config/loongarch/loongarch.md
index d705717..47c1c56 100644
--- a/gcc/config/loongarch/loongarch.md
+++ b/gcc/config/loongarch/loongarch.md
@@ -1486,8 +1486,8 @@
(match_operand:GPR 2 "const_int_operand"))
(and:GPR (match_operand:GPR 3 "register_operand")
(match_operand:GPR 4 "const_int_operand"))))]
- "loongarch_pre_reload_split () && \
- loongarch_use_bstrins_for_ior_with_mask (<MODE>mode, operands)"
+ "loongarch_pre_reload_split ()
+ && loongarch_use_bstrins_for_ior_with_mask (<MODE>mode, operands)"
"#"
"&& true"
[(set (match_dup 0) (match_dup 1))