or1k: Update unexpected empty split condition
authorKewen Lin <linkw@linux.ibm.com>
Fri, 28 May 2021 05:21:11 +0000 (00:21 -0500)
committerKewen Lin <linkw@linux.ibm.com>
Sat, 5 Jun 2021 11:28:03 +0000 (06:28 -0500)
gcc/ChangeLog:

* config/or1k/or1k.md (*movdi): Fix empty split condition.

gcc/config/or1k/or1k.md

index eb94efb..495b3e2 100644 (file)
   "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);