]> gcc.gnu.org Git - gcc.git/commitdiff
cris: Update unexpected empty split condition
authorKewen Lin <linkw@linux.ibm.com>
Wed, 2 Jun 2021 05:04:54 +0000 (07:04 +0200)
committerHans-Peter Nilsson <hp@axis.com>
Thu, 3 Jun 2021 22:31:45 +0000 (00:31 +0200)
gcc/ChangeLog:

* config/cris/cris.md (*addi_reload): Fix empty split condition.

gcc/config/cris/cris.md

index 7de0ec63fcf380bf3e59ff48ef107ad9a47538f5..d5a3c703a838ba3df444d6f9d115e2c9e9525614 100644 (file)
    && (INTVAL (operands[3]) == 2 || INTVAL (operands[3]) == 4)
    && (reload_in_progress || reload_completed)"
   "#"
-  ""
+  "&& 1"
   [(set (match_dup 0)
        (plus:SI (ashift:SI (match_dup 2) (match_dup 3)) (match_dup 1)))]
   "operands[3] = operands[3] == const2_rtx ? const1_rtx : const2_rtx;")
This page took 0.066985 seconds and 5 git commands to generate.