diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-19 21:55:35 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-19 21:55:35 +0000 |
commit | dcf593ec0579298af828ff3b70ddf4c9d8242b34 (patch) | |
tree | 088d40957b9d7c9c96322fee3efb8313e0f0e222 /gcc/recog.h | |
parent | 8f7b24f32bb1cd58d00cd7a2603e2316852df74e (diff) | |
download | gcc-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/recog.h')
-rw-r--r-- | gcc/recog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/recog.h b/gcc/recog.h index d85cc0f71e1..fc4719b4e65 100644 --- a/gcc/recog.h +++ b/gcc/recog.h @@ -98,6 +98,7 @@ extern int const_double_operand PROTO((rtx, enum machine_mode)); extern int nonimmediate_operand PROTO((rtx, enum machine_mode)); extern int nonmemory_operand PROTO((rtx, enum machine_mode)); extern int push_operand PROTO((rtx, enum machine_mode)); +extern int pop_operand PROTO((rtx, enum machine_mode)); extern int memory_operand PROTO((rtx, enum machine_mode)); extern int indirect_operand PROTO((rtx, enum machine_mode)); extern int mode_independent_operand PROTO((rtx, enum machine_mode)); |