diff options
author | Rodney Brown <RodneyBrown@mynd.com> | 2000-08-17 23:03:43 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2000-08-17 17:03:43 -0600 |
commit | 889e5964f263e0aa95663bebb10c176ee79d9402 (patch) | |
tree | 39e1389e67e78fa075ea83e1cd0b44175e72b19b /gcc/cse.c | |
parent | 0fcbfa82cfad5432bf6e36cc1a4678c80c7dcc6d (diff) | |
download | gcc-889e5964f263e0aa95663bebb10c176ee79d9402.zip gcc-889e5964f263e0aa95663bebb10c176ee79d9402.tar.gz gcc-889e5964f263e0aa95663bebb10c176ee79d9402.tar.bz2 |
* cse.c (insert_regs): Remove unused `regno'.
From-SVN: r35770
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1273,8 +1273,6 @@ insert_regs (x, classp, modified) else if (GET_CODE (x) == SUBREG && GET_CODE (SUBREG_REG (x)) == REG && ! REGNO_QTY_VALID_P (REGNO (SUBREG_REG (x)))) { - unsigned int regno = REGNO (SUBREG_REG (x)); - insert_regs (SUBREG_REG (x), NULL_PTR, 0); mention_regs (x); return 1; |