summaryrefslogtreecommitdiff
path: root/gcc/genpeep.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genpeep.c')
-rw-r--r--gcc/genpeep.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/genpeep.c b/gcc/genpeep.c
index ac08d80d556..a6f1033eada 100644
--- a/gcc/genpeep.c
+++ b/gcc/genpeep.c
@@ -231,10 +231,6 @@ match_rtx (rtx x, struct link *path, int fail_label)
}
return;
- case ADDRESS:
- match_rtx (XEXP (x, 0), path, fail_label);
- return;
-
default:
break;
}