hppa: Fix indirect_goto constraint
Noticed testing LRA. 2024-10-05 John David Anglin <danglin@gcc.gnu.org> gcc/ChangeLog: * config/pa/pa.md: Fix indirect_got constraint.
This commit is contained in:
parent
9fc5b8f956
commit
f6539107b8
1 changed files with 1 additions and 1 deletions
|
@ -7426,7 +7426,7 @@
|
|||
})
|
||||
|
||||
(define_insn "indirect_goto"
|
||||
[(unspec [(match_operand 0 "register_operand" "=r")] UNSPEC_GOTO)]
|
||||
[(unspec [(match_operand 0 "register_operand" "r")] UNSPEC_GOTO)]
|
||||
"GET_MODE (operands[0]) == word_mode"
|
||||
"bv%* %%r0(%0)"
|
||||
[(set_attr "type" "branch")
|
||||
|
|
Loading…
Add table
Reference in a new issue