This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Committed] New function fold_builtin_abs
- From: Richard Henderson <rth at redhat dot com>
- To: Roger Sayle <roger at eyesopen dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 10 Jun 2004 10:36:08 -0700
- Subject: Re: [Committed] New function fold_builtin_abs
- References: <Pine.LNX.4.44.0406100730190.28324-100000@www.eyesopen.com>
On Thu, Jun 10, 2004 at 07:43:54AM -0600, Roger Sayle wrote:
> - /* build_function_call changes these into ABS_EXPR. */
> - abort ();
The comment directs you do code that is now redundant with your
fold_builtin change.
r~