aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cse.c')
-rw-r--r--gcc/cse.c6
1 files changed, 0 insertions, 6 deletions
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;