This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch: e500 cceq ccr bit goofiness
- From: Aldy Hernandez <aldyh at redhat dot com>
- To: David Edelsohn <dje at watson dot ibm dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: 30 Jul 2002 09:44:38 -0700
- Subject: Re: patch: e500 cceq ccr bit goofiness
- References: <200207301633.MAA21008@makai.watson.ibm.com>
>>>>> "David" == David Edelsohn <dje@watson.ibm.com> writes:
> Why did the check for TARGET_ALTIVEC change into no test for
> rs6000_common_init_builtins. Is the following patch correct?
So yes. Your patch is correct. Now if we add other builtins, we'll
need to add checks below as you have done.
Aldy