2008-01-23 Richard Guenther <rguenther@suse.de>
Backport from mainline
2006-10-21 Richard Guenther <rguenther@suse.de>
* builtins.c (fold_builtin_classify): Fix typo.
From-SVN: r131757
+2008-01-23 Richard Guenther <rguenther@suse.de>
+
+ Backport from mainline
+ 2006-10-21 Richard Guenther <rguenther@suse.de>
+
+ * builtins.c (fold_builtin_classify): Fix typo.
+
2008-01-22 Eric Botcazou <ebotcazou@adacore.com>
PR rtl-optimization/34628
case BUILT_IN_FINITE:
if (!HONOR_NANS (TYPE_MODE (TREE_TYPE (arg)))
&& !HONOR_INFINITIES (TYPE_MODE (TREE_TYPE (arg))))
- return omit_one_operand (type, integer_zero_node, arg);
+ return omit_one_operand (type, integer_one_node, arg);
if (TREE_CODE (arg) == REAL_CST)
{