This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] pr20130, fold x * -1 to -x.
- From: Roger Sayle <roger at eyesopen dot com>
- To: "James A. Morrison" <ja2morri at csclub dot uwaterloo dot ca>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 10 Mar 2005 19:46:32 -0700 (MST)
- Subject: Re: [patch] pr20130, fold x * -1 to -x.
On 8 Mar 2005, James A. Morrison wrote:
> 2005-03-08 James A. Morrison <phython@gcc.gnu.org>
>
> PR tree-optimization/20130
> * fold-const.c (fold): Fold x * -1 to -x.
This is OK for mainline.
Thanks,
Roger
--