summaryrefslogtreecommitdiff
path: root/gcc/config/s390/s390.md
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/s390/s390.md')
-rw-r--r--gcc/config/s390/s390.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md
index 4d2566693a1..e3ccbac58c0 100644
--- a/gcc/config/s390/s390.md
+++ b/gcc/config/s390/s390.md
@@ -1949,7 +1949,7 @@
; Splitters for loading TLS pointer from UNSPEC_GET_TP.
; UNSPEC_GET_TP is used instead of %a0:P, since the latter is a hard register,
-; and those are not handled by Partial Redundancy Elimination (gcse.c), which
+; and those are not handled by Partial Redundancy Elimination (gcse.cc), which
; results in generation of redundant thread pointer loads.
(define_insn_and_split "*get_tp_31"
@@ -11031,7 +11031,7 @@
[(set_attr "op_type" "RSY")
(set_attr "type" "sem")])
-;; For SImode and larger, the optabs.c code will do just fine in
+;; For SImode and larger, the optabs.cc code will do just fine in
;; expanding a compare-and-swap loop. For QI/HImode, we can do
;; better by expanding our own loop.
@@ -11978,7 +11978,7 @@
(clobber (reg:TI 30)) (clobber (reg:TI 52))
(clobber (reg:TI 31)) (clobber (reg:TI 53))]
; CONST_OK_FOR_CONSTRAINT_P does not work with D constraint since D is
-; not supposed to be used for immediates (see genpreds.c).
+; not supposed to be used for immediates (see genpreds.cc).
"TARGET_VX && INTVAL (operands[0]) >= 0 && INTVAL (operands[0]) <= 0xffff"
"tbegin\t%1,%x0"
[(set_attr "op_type" "SIL")])
@@ -12006,7 +12006,7 @@
(clobber (reg:DF 30))
(clobber (reg:DF 31))]
; CONST_OK_FOR_CONSTRAINT_P does not work with D constraint since D is
-; not supposed to be used for immediates (see genpreds.c).
+; not supposed to be used for immediates (see genpreds.cc).
"TARGET_HTM && INTVAL (operands[0]) >= 0 && INTVAL (operands[0]) <= 0xffff"
"tbegin\t%1,%x0"
[(set_attr "op_type" "SIL")])