summaryrefslogtreecommitdiff
path: root/gcc/integrate.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-11-11 05:12:47 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-11-11 05:12:47 +0000
commitba90b07ed7e69e0a43bcda0e30246a6056fdae62 (patch)
tree12c12ecafdb999c89b8dd2643979fb84da69ca3c /gcc/integrate.h
parent5aaa017efce015322449b94e9bee5526578176d5 (diff)
downloadgcc-ba90b07ed7e69e0a43bcda0e30246a6056fdae62.tar.gz
(global_const_equiv_map_size): Declared.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6066 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/integrate.h')
-rw-r--r--gcc/integrate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/integrate.h b/gcc/integrate.h
index 5e776dd3a90..1176ac02598 100644
--- a/gcc/integrate.h
+++ b/gcc/integrate.h
@@ -117,4 +117,9 @@ extern void try_constants PROTO((rtx, struct inline_remap *));
extern void mark_stores PROTO((rtx, rtx));
+/* Unfortunately, we need a global copy of const_equiv map for communication
+ with a function called from note_stores. Be *very* careful that this
+ is used properly in the presence of recursion. */
+
extern rtx *global_const_equiv_map;
+extern int global_const_equiv_map_size;