diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2012-04-16 18:52:05 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2012-04-16 18:52:05 +0000 |
commit | 6b338d0ac44b3bbd1aa1855e51ebb35ff091a973 (patch) | |
tree | d9a969bcdd1be238c9872ed01e131fa665bcb25d /gcc/genpeep.c | |
parent | a0bc8f9c289f5d33ad6c6dc072778c73d950daa5 (diff) | |
download | gcc-6b338d0ac44b3bbd1aa1855e51ebb35ff091a973.zip gcc-6b338d0ac44b3bbd1aa1855e51ebb35ff091a973.tar.gz gcc-6b338d0ac44b3bbd1aa1855e51ebb35ff091a973.tar.bz2 |
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
Diffstat (limited to 'gcc/genpeep.c')
-rw-r--r-- | gcc/genpeep.c | 4 |
1 files changed, 0 insertions, 4 deletions
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; } |