From 6fbe9bd84020ce363a00acea4ad0d85766b2fb97 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 19 Jan 1999 13:55:35 -0800 Subject: 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 --- gcc/genrecog.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/genrecog.c') 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}}, -- cgit v1.2.1