| Index: gcc/gcc/config/pa/constraints.md
|
| diff --git a/gcc/gcc/config/pa/constraints.md b/gcc/gcc/config/pa/constraints.md
|
| index fdf3c9884101459788312a86f2e73aa5dd5fa494..c1f3d5cd3f354b293d50d820a374d06c5ec52772 100644
|
| --- a/gcc/gcc/config/pa/constraints.md
|
| +++ b/gcc/gcc/config/pa/constraints.md
|
| @@ -131,7 +131,7 @@
|
| ? SFmode : DFmode),
|
| XEXP (op, 0))")))
|
|
|
| -;; We could allow short displacements but GO_IF_LEGITIMATE_ADDRESS
|
| +;; We could allow short displacements but TARGET_LEGITIMATE_ADDRESS_P
|
| ;; can't tell when a long displacement is valid.
|
| (define_constraint "W"
|
| "A register indirect memory operand."
|
|
|