From c9ed79deebea3426564b39a12ae9cda296a1979d Mon Sep 17 00:00:00 2001 From: law Date: Mon, 8 Dec 2014 22:11:42 +0000 Subject: [PATCH] Fix typo in ChangeLog git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@218495 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/c-family/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 1cb8968c38fb..9cc46d4053dc 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -40,7 +40,7 @@ PR target/63764 * c-common.h (convert_vector_to_pointer_for_subscript): Change return type to bool. - * c-common.c: Include gimple-expr.c. + * c-common.c: Include gimple-expr.h. (convert_vector_to_pointer_for_subscript): Change return type to bool. If *vecp is not lvalue_p and has VECTOR_TYPE, return true and copy it into a TARGET_EXPR and use that instead of *vecp -- 2.47.3