aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 59d7799..f1aa85b 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -224,7 +224,6 @@ copy_rtx (rtx orig)
case CC0:
case SCRATCH:
/* SCRATCH must be shared because they represent distinct values. */
- case ADDRESSOF:
return orig;
case CLOBBER:
if (REG_P (XEXP (orig, 0)) && REGNO (XEXP (orig, 0)) < FIRST_PSEUDO_REGISTER)