cris: Update unexpected empty split condition
gcc/ChangeLog: * config/cris/cris.md (*addi_reload): Fix empty split condition.
This commit is contained in:
parent
3c70b3ca1e
commit
47d25a0314
1 changed files with 1 additions and 1 deletions
|
@ -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;")
|
||||
|
|
Loading…
Add table
Reference in a new issue