From b61a6c8113b3a47fcebcf366c1d5221ceda2ba1a Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Mon, 18 Oct 1999 23:05:03 +0000 Subject: cse.c (invalidate_for_call): Do not remove memory references from the table here. * cse.c (invalidate_for_call): Do not remove memory references from the table here. It's handled elsewhere. From-SVN: r30076 --- gcc/cse.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/cse.c') diff --git a/gcc/cse.c b/gcc/cse.c index 3993f5e..edb4678 100644 --- a/gcc/cse.c +++ b/gcc/cse.c @@ -2009,12 +2009,6 @@ invalidate_for_call () { next = p->next_same_hash; - if (p->in_memory) - { - remove_from_table (p, hash); - continue; - } - if (GET_CODE (p->exp) != REG || REGNO (p->exp) >= FIRST_PSEUDO_REGISTER) continue; -- cgit v1.1