Skip to content
  • Owen Anderson's avatar
    Use a multimap rather than a map for holding the list of copies to insert, so... · c5b45fec
    Owen Anderson authored
    Use a multimap rather than a map for holding the list of copies to insert, so we don't lose copies when two of them have
    the same source.  I don't know what I was thinking when I wrote this originally.
    Note: There's probably a more efficient way to do this, but I need to think about it some more, and about what determinism
    guarantees need to be present.
    
    llvm-svn: 56964
    c5b45fec
Loading