From: Jeff Law Date: Mon, 8 Dec 2014 22:11:42 +0000 (-0700) Subject: Fix typo in ChangeLog X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=009a34807ec71e18107582878b61096a584110a2;p=gcc.git Fix typo in ChangeLog From-SVN: r218495 --- diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 1cb8968c38f..9cc46d4053d 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