On Tue, 26 Jul 2022, Maciej W. Rozycki wrote:

> Standardize the formatting of SFB ALU conditional move operations from:
> 
>       beq a2,zero,1f; mv a0,zero; 1: # movcc
> 
> to:
> 
>       beq     a2,zero,1f      # movcc
>       mv      a0,zero
> 1:
> 
> for consistency with other assembly code produced.  No functional change.

 Ping for: 
<https://gcc.gnu.org/pipermail/gcc-patches/2022-July/598854.html>

  Maciej

Reply via email to