Add a ScopedHashMap class, for use in a future GVN implementation.

This commit is contained in:
Dan Gohman
2017-09-19 13:25:16 -07:00
parent 74845fed6c
commit 42af6d59bf
2 changed files with 223 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ mod licm;
mod partition_slice;
mod predicates;
mod ref_slice;
mod scoped_hash_map;
mod simple_gvn;
mod stack_layout;
mod topo_order;