Commit fc5769d9 by Bernd Schmidt

Fix silliness in last change

From-SVN: r38658
parent 7ccb4206
......@@ -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
......
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