diff options
author | James A. Morrison <phython@gcc.gnu.org> | 2005-02-13 06:21:35 +0000 |
---|---|---|
committer | James A. Morrison <phython@gcc.gnu.org> | 2005-02-13 06:21:35 +0000 |
commit | 60a8fb5ea9912d3e4efa5cf8393cc23b81034f76 (patch) | |
tree | 2622ef70f3a694db5d17729fe9d5cd5337959e9e /gcc/gimplify.c | |
parent | ea24f64b78f5f045cb08101978688c5c59d71621 (diff) | |
download | gcc-60a8fb5ea9912d3e4efa5cf8393cc23b81034f76.zip gcc-60a8fb5ea9912d3e4efa5cf8393cc23b81034f76.tar.gz gcc-60a8fb5ea9912d3e4efa5cf8393cc23b81034f76.tar.bz2 |
re PR tree-optimization/14303 ([tree-ssa] gcc.c-torture/execute/20020720-1.c is not fully folded)
2005-02-13 James A. Morrison <phython@gcc.gnu.org>
PR tree-optimization/14303
PR tree-optimization/15784
* fold-const.c (fold): Fold ABS_EXPR<x> >= 0 to true, when possible.
Fold ABS_EXPR<x> < 0 to false. Fold ABS_EXPR<x> == 0 to x == 0 and
ABS_EXPR<x> != 0 to x != 0.
From-SVN: r94977
Diffstat (limited to 'gcc/gimplify.c')
0 files changed, 0 insertions, 0 deletions