aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2014-12-08 15:11:42 -0700
committerJeff Law <law@gcc.gnu.org>2014-12-08 15:11:42 -0700
commit009a34807ec71e18107582878b61096a584110a2 (patch)
treeed75c4771d07cadc675b830ac219a7f2de628fbf
parentc475c36cf6ed17727379ed04418557fcdcc9c0ed (diff)
downloadgcc-009a34807ec71e18107582878b61096a584110a2.zip
gcc-009a34807ec71e18107582878b61096a584110a2.tar.gz
gcc-009a34807ec71e18107582878b61096a584110a2.tar.bz2
Fix typo in ChangeLog
From-SVN: r218495
-rw-r--r--gcc/c-family/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog
index 1cb8968..9cc46d4 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