aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index ed79d99..07b1a81 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -378,6 +378,9 @@ enum optab_index
OTI_cmov,
OTI_cstore,
+ /* Push instruction. */
+ OTI_push,
+
OTI_MAX
};
@@ -437,6 +440,7 @@ extern optab optab_table[OTI_MAX];
#define cbranch_optab (optab_table[OTI_cbranch])
#define cmov_optab (optab_table[OTI_cmov])
#define cstore_optab (optab_table[OTI_cstore])
+#define push_optab (optab_table[OTI_push])
/* Tables of patterns for extending one integer mode to another. */
extern enum insn_code extendtab[MAX_MACHINE_MODE][MAX_MACHINE_MODE][2];