aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cse.c')
-rw-r--r--gcc/cse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index a210a55..1054204 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -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;