diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-06-01 19:54:45 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-06-01 19:54:45 +0000 |
commit | b127c486a866aa34691b3ba0bbcfad6560850d9c (patch) | |
tree | e8c3789cd7f7541ade67dc3166c62596d4eac3b7 /gnu | |
parent | 6a419060bd6353b4c544865bd00668a5f8f9fad4 (diff) |
Revert previous fix now that we have a proper solution
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/egcs/gcc/config/alpha/alpha.c | 14 |
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 (); |