From 6b338d0ac44b3bbd1aa1855e51ebb35ff091a973 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Mon, 16 Apr 2012 18:52:05 +0000 Subject: genemit.c (gen_exp): Remove ADDRESS handling. gcc/ * genemit.c (gen_exp): Remove ADDRESS handling. * genoutput.c (scan_operands): Likewise. * genpeep.c (match_rtx): Likewise. * genrecog.c (add_to_sequence): Likewise. From-SVN: r186503 --- gcc/genpeep.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/genpeep.c') diff --git a/gcc/genpeep.c b/gcc/genpeep.c index ac08d80..a6f1033 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; } -- cgit v1.1