diff options
Diffstat (limited to 'gcc/config/pa/pa.md')
-rw-r--r-- | gcc/config/pa/pa.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.md b/gcc/config/pa/pa.md index 2d71c7f76b1..01537d21a1b 100644 --- a/gcc/config/pa/pa.md +++ b/gcc/config/pa/pa.md @@ -5490,7 +5490,7 @@ ;; code but the real world cost should be unmeasurable. (define_insn "return_internal" [(return) - (use (match_operand:SI 0 "register_operand" "r")) + (use (match_operand 0 "register_operand" "r")) (use (reg:SI 2)) (const_int 1)] "true_regnum (operands[0]) == PIC_OFFSET_TABLE_REGNUM" |