summaryrefslogtreecommitdiff
path: root/gcc/config/s390/constraints.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/s390/constraints.md')
-rw-r--r--gcc/config/s390/constraints.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/s390/constraints.md b/gcc/config/s390/constraints.md
index 70bc9d14b86..4854f342dd6 100644
--- a/gcc/config/s390/constraints.md
+++ b/gcc/config/s390/constraints.md
@@ -1,7 +1,7 @@
;; Constraints definitions belonging to the gcc backend for IBM S/390.
;; Copyright (C) 2006-2022 Free Software Foundation, Inc.
;; Written by Wolfgang Gellerich, using code and information found in
-;; files s390.md, s390.h, and s390.c.
+;; files s390.md, s390.h, and s390.cc.
;;
;; This file is part of GCC.
;;
@@ -595,11 +595,11 @@
;; This constraint must behave like "i", in particular, the matching values
;; must never be placed into registers or memory by
-;; cfgexpand.c:expand_asm_stmt. It could be straightforward to start its name
-;; with a letter from genpreds.c:const_int_constraints, however it would
+;; cfgexpand.cc:expand_asm_stmt. It could be straightforward to start its name
+;; with a letter from genpreds.cc:const_int_constraints, however it would
;; require using (match_code "const_int"), which is infeasible. To achieve the
;; same effect, that is, setting maybe_allows_reg and maybe_allows_mem to false
-;; in genpreds.c:add_constraint, we explicitly exclude reg, subreg and mem
+;; in genpreds.cc:add_constraint, we explicitly exclude reg, subreg and mem
;; codes.
(define_constraint "jdd"
"A constant operand that fits into the data section.