Commit fa27d320 by Richard Stallman

(global_const_equiv_map_size): Declared.

From-SVN: r6066
parent 7b1e0ad8
......@@ -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;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment