On Mon, 2024-12-30 at 10:38 +0800, Guo Jie wrote:
> diff --git a/gcc/config/loongarch/loongarch.md
> b/gcc/config/loongarch/loongarch.md
> index 7a110ca9de6..d4287012b3c 100644
> --- a/gcc/config/loongarch/loongarch.md
> +++ b/gcc/config/loongarch/loongarch.md
> @@ -527,13 +527,15 @@ (define_code_attr u [(sign_extend "")
> (zero_extend "u")
>                    (gt "") (gtu "u")
>                    (ge "") (geu "u")
>                    (lt "") (ltu "u")
> -                  (le "") (leu "u")])
> +                  (le "") (leu "u")
> +             (smax "") (umax "u")])

Inconsistent indent.

-- 
Xi Ruoyao <xry...@xry111.site>
School of Aerospace Science and Technology, Xidian University

Reply via email to