From fc5769d98c11b8e31c6e800cc90d751dd1ab9fc8 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Wed, 3 Jan 2001 14:29:01 +0000 Subject: [PATCH] Fix silliness in last change From-SVN: r38658 --- gcc/cse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cse.c b/gcc/cse.c index 1b90e842cc6..f5c93530a35 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -2693,7 +2693,7 @@ exp_equiv_p (x, y, validate, equal_values) static int cse_rtx_varies_p (x, from_alias) register rtx x; - int from_alias ATTRIBUTE_UNUSED; + int from_alias; { /* We need not check for X and the equivalence class being of the same mode because if X is equivalent to a constant in some mode, it -- 2.30.2