]> gcc.gnu.org Git - gcc.git/commit
fold-const.c (constant_boolean_node): Make extern.
authorRoger Sayle <roger@eyesopen.com>
Sun, 25 Jul 2004 23:26:59 +0000 (23:26 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 25 Jul 2004 23:26:59 +0000 (23:26 +0000)
commite9ea8bd58e47536fc44b61bf657c20fb22c747ad
tree95b7cdaa4a1488e04ee4b25d2031e455b1aa2318
parent70502b2caf55e0a198048a5beac5f08850af3916
fold-const.c (constant_boolean_node): Make extern.

* fold-const.c (constant_boolean_node): Make extern.
(make_range): Wrap long lines.
(fold_cond_expr_with_comparison): Remove unnecessary call to
pedantic_non_lvalue.  Add missing calls to fold_convert.
(fold_truthop): Add missing calls to fold_convert.
(fold): Likewise.
* tree.h (constant_boolean_node): Add prototype here.
* builtins.c (expand_builtin_strncmp): Add missing calls to
fold_convert.
* tree-ssa-dom.c (record_equivalences_from_incoming_edge):
Call fold_convert and constant_boolean_node to correct types.
* tree-ssa-forwprop.c (substitute_single_use_vars): Add
missing call to fold_convert to correct types.

From-SVN: r85169
gcc/ChangeLog
gcc/builtins.c
gcc/fold-const.c
gcc/tree-ssa-dom.c
gcc/tree-ssa-forwprop.c
gcc/tree.h
This page took 0.071781 seconds and 5 git commands to generate.