aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2024-10-05 18:18:31 -0400
committerJohn David Anglin <danglin@gcc.gnu.org>2024-10-05 18:18:31 -0400
commitf6539107b8804bcc3532e748f3f596c5a8b29b44 (patch)
treeecb690a2d2b837c5c4e12c7ac0d1742a2d46a8e0 /gcc
parent9fc5b8f956948e069d9b69ceed7316940bc798e2 (diff)
downloadgcc-f6539107b8804bcc3532e748f3f596c5a8b29b44.zip
gcc-f6539107b8804bcc3532e748f3f596c5a8b29b44.tar.gz
gcc-f6539107b8804bcc3532e748f3f596c5a8b29b44.tar.bz2
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.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/pa/pa.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md
index f0520bb..fae9e43 100644
--- a/gcc/config/pa/pa.md
+++ b/gcc/config/pa/pa.md
@@ -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")