This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 04/15] rs6000: Implement set_const_data infrastructure
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: Richard Henderson <rth at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, David Edelsohn <dje dot gcc at gmail dot com>
- Date: Wed, 12 Aug 2015 08:53:21 -0500
- Subject: Re: [PATCH 04/15] rs6000: Implement set_const_data infrastructure
- Authentication-results: sourceware.org; auth=none
- References: <1439341904-9345-1-git-send-email-rth at redhat dot com> <1439341904-9345-5-git-send-email-rth at redhat dot com>
Hi Richard,
You wanted us to read this file...
On Tue, Aug 11, 2015 at 06:11:33PM -0700, Richard Henderson wrote:
> + -- The fallback generation for the most complex word_mode constants.
> + The receipe built will be the full MAX_COST insns, as we will
^-- typo.
Segher