summaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-19 21:55:35 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-01-19 21:55:35 +0000
commitdcf593ec0579298af828ff3b70ddf4c9d8242b34 (patch)
tree088d40957b9d7c9c96322fee3efb8313e0f0e222 /gcc/genrecog.c
parent8f7b24f32bb1cd58d00cd7a2603e2316852df74e (diff)
downloadgcc-dcf593ec0579298af828ff3b70ddf4c9d8242b34.tar.gz
* recog.c (pop_operand): New function.
* recog.h (pop_operand): Declare it. * genrecog.c (preds): Define it. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24774 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r--gcc/genrecog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c
index da2a0cf36e9..bcc47f0a6d3 100644
--- a/gcc/genrecog.c
+++ b/gcc/genrecog.c
@@ -161,6 +161,7 @@ static struct pred_table
{"nonmemory_operand", {CONST_INT, CONST_DOUBLE, CONST, SYMBOL_REF,
LABEL_REF, SUBREG, REG}},
{"push_operand", {MEM}},
+ {"pop_operand", {MEM}},
{"memory_operand", {SUBREG, MEM}},
{"indirect_operand", {SUBREG, MEM}},
{"comparison_operator", {EQ, NE, LE, LT, GE, GT, LEU, LTU, GEU, GTU}},