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)
commit24baab8af424826d87c992592944ddef7bfa2e93
treebcd8de52b8ea63351e874bd7c42aeb2ef4e4270f
parentf347c16be21bcb7ade7a495bb17f6321fa494f05
Fix old file reference in gcc/cp/cp-gimplify.c

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