1999-11-29 Bernd Schmidt <bernds@cygnus.co.uk>
+ * fold-const.c (split_tree): Delete unused vars ORIG_IN and TYPE.
+ (associate_trees): Delete unused var TEM.
+ (extract_muldiv): Delete unused var CANCEL_P.
+
* fold-const.c [TARGET_FLOAT_FORMAT != IEEE_FLOAT_FORMAT]
(target_isinf, target_isnan, target_negative): Add return types to
function definitions.
tree *conp, *litp;
int negate_p;
{
- tree orig_in = in;
- tree type = TREE_TYPE (in);
tree var = 0;
*conp = 0;
enum tree_code code;
tree type;
{
- tree tem;
-
if (t1 == 0)
return t2;
else if (t2 == 0)
? wide_type : type);
tree t1, t2;
int same_p = tcode == code;
- int cancel_p
- = (code == MULT_EXPR && tcode == EXACT_DIV_EXPR) || tcode == MULT_EXPR;
tree op0, op1;
/* Don't deal with constants of zero here; they confuse the code below. */