Commit 009a3480 by Jeff Law

Fix typo in ChangeLog

From-SVN: r218495
parent c475c36c
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
PR target/63764 PR target/63764
* c-common.h (convert_vector_to_pointer_for_subscript): Change * c-common.h (convert_vector_to_pointer_for_subscript): Change
return type to bool. 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 (convert_vector_to_pointer_for_subscript): Change return type to
bool. If *vecp is not lvalue_p and has VECTOR_TYPE, return true 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 and copy it into a TARGET_EXPR and use that instead of *vecp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment