summaryrefslogtreecommitdiff
path: root/gcc/config/sparc/constraints.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/sparc/constraints.md')
-rw-r--r--gcc/config/sparc/constraints.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/constraints.md b/gcc/config/sparc/constraints.md
index 6295be0ef03..587bf371b4f 100644
--- a/gcc/config/sparc/constraints.md
+++ b/gcc/config/sparc/constraints.md
@@ -171,7 +171,7 @@
;; define_register_constraint would. This currently means that we cannot
;; use LRA on Sparc, since the constraint processing of LRA really depends
;; upon whether an extra constraint is for registers or not. It uses
-;; REG_CLASS_FROM_CONSTRAINT, and checks it against NO_REGS.
+;; reg_class_for_constraint, and checks it against NO_REGS.
(define_constraint "U"
"Pseudo-register or hard even-numbered integer register"
(and (match_test "TARGET_ARCH32")