Commit d3592adf by Kaveh R. Ghazi Committed by Kaveh Ghazi

* fold-const.c (fold_unary_to_constant): Add FIX_ROUND_EXPR case.

From-SVN: r96204
parent fbaa905c
2005-03-09 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* fold-const.c (fold_unary_to_constant): Add FIX_ROUND_EXPR case.
2005-03-09 Kazu Hirata <kazu@cs.umass.edu>
* fold-const.c (fold_unary, fold_binary, fold_ternary): Return
......
......@@ -11126,6 +11126,7 @@ fold_unary_to_constant (enum tree_code code, tree type, tree op0)
case FIX_TRUNC_EXPR:
case FIX_FLOOR_EXPR:
case FIX_CEIL_EXPR:
case FIX_ROUND_EXPR:
return fold_convert_const (code, type, op0);
case NEGATE_EXPR:
......
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