From: Kewen Lin Date: Fri, 28 May 2021 05:21:11 +0000 (-0500) Subject: or1k: Update unexpected empty split condition X-Git-Tag: basepoints/gcc-13~7077 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8afd2e822903b3df63e69bb04a2aa533047ceb01;p=thirdparty%2Fgcc.git or1k: Update unexpected empty split condition gcc/ChangeLog: * config/or1k/or1k.md (*movdi): Fix empty split condition. --- diff --git a/gcc/config/or1k/or1k.md b/gcc/config/or1k/or1k.md index eb94efba0e4e..495b3e277bac 100644 --- a/gcc/config/or1k/or1k.md +++ b/gcc/config/or1k/or1k.md @@ -351,7 +351,7 @@ "register_operand (operands[0], DImode) || reg_or_0_operand (operands[1], DImode)" "#" - "" + "&& 1" [(const_int 0)] { rtx l0 = operand_subword (operands[0], 0, 0, DImode);