[unroll] Don't use a map from pointer to bool. Use a set.
This is much more efficient. In particular, the query with the user instruction has to insert a false for every missing instruction into the set. This is just a cleanup a long the way to fixing the underlying algorithm problems here. llvm-svn: 228994
Loading
Please sign in to comment