Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

LoongArch: Remove several syntactic sugar macros for branches

These syntactic sugars have been supported by upstream binutils from the
beginning, so no need to patch them locally.

Signed-off-by: WANG Xuerui <git@xen0n.name>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>

authored by

WANG Xuerui and committed by
Huacai Chen
ab6e57a6 f5c3c22f

-12
-12
arch/loongarch/include/asm/asmmacro.h
··· 274 274 nor \dst, \src, zero 275 275 .endm 276 276 277 - .macro bgt r0 r1 label 278 - blt \r1, \r0, \label 279 - .endm 280 - 281 - .macro bltz r0 label 282 - blt \r0, zero, \label 283 - .endm 284 - 285 - .macro bgez r0 label 286 - bge \r0, zero, \label 287 - .endm 288 - 289 277 #endif /* _ASM_ASMMACRO_H */