diff options
author | Bernd Schmidt <bernds@gcc.gnu.org> | 2001-01-03 14:29:01 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@gcc.gnu.org> | 2001-01-03 14:29:01 +0000 |
commit | fc5769d98c11b8e31c6e800cc90d751dd1ab9fc8 (patch) | |
tree | d2ffb3281ba918c99b2eee8707b847afe8e483d5 /gcc/cse.c | |
parent | 7ccb4206d1b9e5066e099c54eda4eeb7e20a2b12 (diff) | |
download | gcc-fc5769d98c11b8e31c6e800cc90d751dd1ab9fc8.zip gcc-fc5769d98c11b8e31c6e800cc90d751dd1ab9fc8.tar.gz gcc-fc5769d98c11b8e31c6e800cc90d751dd1ab9fc8.tar.bz2 |
Fix silliness in last change
From-SVN: r38658
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |