Commit 659d8efa by Kazu Hirata Committed by Kazu Hirata

fold-const.c (fold_unary): New.

	* fold-const.c (fold_unary): New.
	(fold): Call fold_unary on unary expressions.

From-SVN: r95783
parent 92fb2d32
......@@ -10,6 +10,9 @@
* expr.c (optimize_bitfield_assignment_op): Add a special case
to handle BIT_IOR_EXPR and BIT_XOR_EXPR.
* fold-const.c (fold_unary): New.
(fold): Call fold_unary on unary expressions.
2005-03-02 Richard Guenther <rguenth@gcc.gnu.org>
* cgraph.h (struct cgraph_edge): Add prev_caller and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment