Fix old file reference in gcc/cp/cp-gimplify.c
authorLuis Machado <luis.machado@linaro.org>
Thu, 17 Oct 2019 00:37:05 +0000 (00:37 +0000)
committerLuis Machado <luisgpm@gcc.gnu.org>
Thu, 17 Oct 2019 00:37:05 +0000 (00:37 +0000)
I've found this stale reference while looking at cp-gimplify.c. tree-gimple.c
no longer exists and its contents were merged into gimple.c.

Seems obvious enough.

gcc/cp/ChangeLog:

2019-10-16  Luis Machado  <luis.machado@linaro.org>

* cp-gimplify.c: Fix reference to non-existing tree-gimple.c file.

From-SVN: r277089

gcc/cp/ChangeLog
gcc/cp/cp-gimplify.c

index 6c1e6b4..679c26d 100644 (file)
@@ -1,3 +1,7 @@
+2019-10-16  Luis Machado  <luis.machado@linaro.org>
+
+       * cp-gimplify.c: Fix reference to non-existing tree-gimple.c file.
+
 2019-10-16  Jakub Jelinek  <jakub@redhat.com>
 
        * decl.c (cxx_maybe_build_cleanup): When clearing location of cleanup,
index 154fa70..0ab0438 100644 (file)
@@ -1,4 +1,4 @@
-/* C++-specific tree lowering bits; see also c-gimplify.c and tree-gimple.c.
+/* C++-specific tree lowering bits; see also c-gimplify.c and gimple.c.
 
    Copyright (C) 2002-2019 Free Software Foundation, Inc.
    Contributed by Jason Merrill <jason@redhat.com>