OSDN Git Service

2005-12-02 Richard Guenther <rguenther@suse.de>
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Dec 2005 09:38:57 +0000 (09:38 +0000)
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Dec 2005 09:38:57 +0000 (09:38 +0000)
commit33b4017aaf25885030e12cdeb0cc897981fa78aa
treeaf41320d443287e283275d32d2c1db0df88fdb0f
parent01329d30902180db9855dcc9b33baa7b623eaa76
2005-12-02  Richard Guenther  <rguenther@suse.de>

* convert.c (convert_to_integer): Use fold_convert instead
of fold_build1 (NOP_EXPR, ...).  Use tree_int_cst_sgn < 0
instead of comparing against 0.  Use build_int_cst instead
of converting integer_zero_node.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@107881 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/convert.c