This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix 2 typos
- From: Jeff Law <law at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>, Richard Biener <rguenther at suse dot de>, Jan Hubicka <jh at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 8 Dec 2017 10:07:56 -0700
- Subject: Re: [PATCH] Fix 2 typos
- Authentication-results: sourceware.org; auth=none
- References: <20171208162008.GZ2353@tucnak>
On 12/08/2017 09:20 AM, Jakub Jelinek wrote:
> Hi!
>
> There is no get_base_ref_and_offset function and AFAIK never has been,
> my guess is these comments meant get_ref_base_and_extent.
> Ok for trunk?
>
> 2017-12-08 Jakub Jelinek <jakub@redhat.com>
>
> * ipa-polymorphic-call.c (noncall_stmt_may_be_vtbl_ptr_store): Fix
> a comment typo, get_base_ref_and_offset -> get_ref_base_and_extent.
> * ipa-prop.c (stmt_may_be_vtbl_ptr_store): Likewise.
OK.
jeff