summaryrefslogtreecommitdiff
path: root/gcc/genemit.c
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-16 18:52:05 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2012-04-16 18:52:05 +0000
commit5d92623d63d8018ec9eb762def44637db19cb883 (patch)
treed9a969bcdd1be238c9872ed01e131fa665bcb25d /gcc/genemit.c
parentaddbb21780efc91261cd8c160a63486876db6624 (diff)
downloadgcc-5d92623d63d8018ec9eb762def44637db19cb883.tar.gz
gcc/
* genemit.c (gen_exp): Remove ADDRESS handling. * genoutput.c (scan_operands): Likewise. * genpeep.c (match_rtx): Likewise. * genrecog.c (add_to_sequence): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@186503 138bc75d-0d04-0410-961f-82ee72b054a4
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 173e4d30ab2..91025e24d88 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;