summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-06-01 19:54:45 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-06-01 19:54:45 +0000
commitb127c486a866aa34691b3ba0bbcfad6560850d9c (patch)
treee8c3789cd7f7541ade67dc3166c62596d4eac3b7 /gnu
parent6a419060bd6353b4c544865bd00668a5f8f9fad4 (diff)
Revert previous fix now that we have a proper solution
Diffstat (limited to 'gnu')
-rw-r--r--gnu/egcs/gcc/config/alpha/alpha.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/egcs/gcc/config/alpha/alpha.c b/gnu/egcs/gcc/config/alpha/alpha.c
index 85076a148c6..52e76bab38c 100644
--- a/gnu/egcs/gcc/config/alpha/alpha.c
+++ b/gnu/egcs/gcc/config/alpha/alpha.c
@@ -935,20 +935,6 @@ get_aligned_mem (ref, paligned_mem, pbitnum)
rtx base;
HOST_WIDE_INT offset = 0;
- if (reload_in_progress)
- {
- rtx tmp = ref;
- if (GET_CODE (tmp) == SUBREG)
- tmp = SUBREG_REG (tmp);
- if (GET_CODE (tmp) == REG
- && REGNO (tmp) >= FIRST_PSEUDO_REGISTER)
- {
- ref = reg_equiv_memory_loc[REGNO (tmp)];
- if (ref == 0)
- abort ();
- }
- }
-
if (GET_CODE (ref) != MEM)
abort ();