aboutsummaryrefslogtreecommitdiff
path: root/gcc/genoutput.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/genoutput.c')
-rw-r--r--gcc/genoutput.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/genoutput.c b/gcc/genoutput.c
index bc41b7b..bae2381 100644
--- a/gcc/genoutput.c
+++ b/gcc/genoutput.c
@@ -510,10 +510,6 @@ scan_operands (struct data *d, rtx part, int this_address_p,
scan_operands (d, XVECEXP (part, 2, i), 0, 0);
return;
- case ADDRESS:
- scan_operands (d, XEXP (part, 0), 1, 0);
- return;
-
case STRICT_LOW_PART:
scan_operands (d, XEXP (part, 0), 0, 1);
return;