Re: [PATCH 08/11] mips: Update unexpected empty split condition

2021-06-02 Thread Jeff Law via Gcc-patches
On 6/1/2021 11:04 PM, Kewen Lin via Gcc-patches wrote: gcc/ChangeLog: * config/mips/mips.md (, bswapsi2, bswapdi2): Fix empty split condition. The mips, or1k and sparc changes are fine.  They're all preserving existing behavior. jeff

[PATCH 08/11] mips: Update unexpected empty split condition

2021-06-01 Thread Kewen Lin via Gcc-patches
gcc/ChangeLog: * config/mips/mips.md (, bswapsi2, bswapdi2): Fix empty split condition. --- gcc/config/mips/mips.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index eef3cfd50a8..455b9b802f6 100644 ---