diff mbox series

[pushed] LoongArch: Fix the format of bstrins_<mode>_for_ior_mask condition (NFC)

Message ID 20231229121301.47289-1-xry111@xry111.site
State New
Headers show
Series [pushed] LoongArch: Fix the format of bstrins_<mode>_for_ior_mask condition (NFC) | expand

Commit Message

Xi Ruoyao Dec. 29, 2023, 12:12 p.m. UTC
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.
---

Pushed as obvious.

 gcc/config/loongarch/loongarch.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gcc/config/loongarch/loongarch.md b/gcc/config/loongarch/loongarch.md
index d705717b5fa..47c1c5603c1 100644
--- a/gcc/config/loongarch/loongarch.md
+++ b/gcc/config/loongarch/loongarch.md
@@ -1486,8 +1486,8 @@  (define_insn_and_split "*bstrins_<mode>_for_ior_mask"
                           (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))