cris: Update unexpected empty split condition

gcc/ChangeLog:

	* config/cris/cris.md (*addi_reload): Fix empty split condition.
This commit is contained in:
Kewen Lin 2021-06-02 07:04:54 +02:00 committed by Hans-Peter Nilsson
parent 3c70b3ca1e
commit 47d25a0314

View file

@ -1311,7 +1311,7 @@
&& (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;")