aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-warn-access.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gimple-ssa-warn-access.h')
-rw-r--r--gcc/gimple-ssa-warn-access.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/gimple-ssa-warn-access.h b/gcc/gimple-ssa-warn-access.h
index 1cd3a28..00f5bb1 100644
--- a/gcc/gimple-ssa-warn-access.h
+++ b/gcc/gimple-ssa-warn-access.h
@@ -45,7 +45,6 @@ class access_data;
extern bool check_access (tree, tree, tree, tree, tree, access_mode,
const access_data * = NULL);
-extern bool check_memop_access (tree, tree, tree, tree);
extern bool check_read_access (gimple *, tree, tree = NULL_TREE, int ost = 1);
extern bool check_read_access (tree, tree, tree = NULL_TREE, int = 1);