aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-10-22 18:52:19 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-10-22 18:52:19 +0000
commit11901f5dcc236898548cc5eb740ef7388ad21860 (patch)
tree12e190b7c0e92e83b6314752bb11cc322fe26157 /gcc/tree.h
parent82338042c07755238fa608567247e53fd844ec91 (diff)
downloadgcc-11901f5dcc236898548cc5eb740ef7388ad21860.zip
gcc-11901f5dcc236898548cc5eb740ef7388ad21860.tar.gz
gcc-11901f5dcc236898548cc5eb740ef7388ad21860.tar.bz2
stmt.c (asm_op_is_mem_input): Remove.
* stmt.c (asm_op_is_mem_input): Remove. * tree.h: Remove the corresponding prototype. From-SVN: r89467
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 15cd061..e0a8fc7 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -3740,7 +3740,6 @@ extern bool parse_input_constraint (const char **, int, int, int, int,
const char * const *, bool *, bool *);
extern void expand_asm_operands (tree, tree, tree, tree, int, location_t);
extern void expand_asm_expr (tree);
-extern bool asm_op_is_mem_input (tree, tree);
extern tree resolve_asm_operand_names (tree, tree, tree);
extern void expand_case (tree);
extern void expand_decl (tree);