diff options
author | Richard Henderson <rth@cygnus.com> | 1999-01-19 13:55:35 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-01-19 13:55:35 -0800 |
commit | 6fbe9bd84020ce363a00acea4ad0d85766b2fb97 (patch) | |
tree | 088d40957b9d7c9c96322fee3efb8313e0f0e222 /gcc/genrecog.c | |
parent | d804ed43d00126b959d19621d7c546463d990e1a (diff) | |
download | gcc-6fbe9bd84020ce363a00acea4ad0d85766b2fb97.tar.gz |
recog.c (pop_operand): New function.
* recog.c (pop_operand): New function.
* recog.h (pop_operand): Declare it.
* genrecog.c (preds): Define it.
From-SVN: r24774
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r-- | gcc/genrecog.c | 1 |
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}}, |