aboutsummaryrefslogtreecommitdiff
path: root/gcc/genemit.c
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2012-04-16 18:52:05 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2012-04-16 18:52:05 +0000
commit6b338d0ac44b3bbd1aa1855e51ebb35ff091a973 (patch)
treed9a969bcdd1be238c9872ed01e131fa665bcb25d /gcc/genemit.c
parenta0bc8f9c289f5d33ad6c6dc072778c73d950daa5 (diff)
downloadgcc-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/genemit.c')
-rw-r--r--gcc/genemit.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/genemit.c b/gcc/genemit.c
index 173e4d3..91025e2 100644
--- a/gcc/genemit.c
+++ b/gcc/genemit.c
@@ -160,9 +160,6 @@ gen_exp (rtx x, enum rtx_code subroutine_type, char *used)
gen_rtx_scratch (x, subroutine_type);
return;
- case ADDRESS:
- fatal ("ADDRESS expression code used in named instruction pattern");
-
case PC:
printf ("pc_rtx");
return;