aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-gimplify.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/cp-gimplify.cc')
-rw-r--r--gcc/cp/cp-gimplify.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cp/cp-gimplify.cc b/gcc/cp/cp-gimplify.cc
index ad61030..0166ef6 100644
--- a/gcc/cp/cp-gimplify.cc
+++ b/gcc/cp/cp-gimplify.cc
@@ -1,4 +1,4 @@
-/* C++-specific tree lowering bits; see also c-gimplify.c and gimple.c.
+/* C++-specific tree lowering bits; see also c-gimplify.cc and gimple.cc.
Copyright (C) 2002-2022 Free Software Foundation, Inc.
Contributed by Jason Merrill <jason@redhat.com>
@@ -553,7 +553,7 @@ cp_gimplify_expr (tree *expr_p, gimple_seq *pre_p, gimple_seq *post_p)
gimplify_modify_expr gimplifies the RHS before the LHS, but that
isn't quite strong enough in two cases:
- 1) gimplify.c wants to leave a CALL_EXPR on the RHS, which would
+ 1) gimplify.cc wants to leave a CALL_EXPR on the RHS, which would
mean it's evaluated after the LHS.
2) the value calculation of the RHS is also sequenced before the