-
- Downloads
fold-const.c (negate_expr_p): New function to determine whether an expression...
fold-const.c (negate_expr_p): New function to determine whether an expression can be negated cheaply. * fold-const.c (negate_expr_p): New function to determine whether an expression can be negated cheaply. (fold) [MINUS_EXPR]: Use it to determine whether to transform -A - B into -B - A for floating point types. From-SVN: r63059
Loading
Please register or sign in to comment