Skip to content
  1. Sep 29, 2010
    • Dan Gohman's avatar
      When an MDNode changes to become identical to another MDNode, · 25a7bc90
      Dan Gohman authored
      delete the MDNode that changed, rather than the other MDNode.
      This is less work, because it doesn't require the changed node
      to be re-inserted into the uniquing map and it doesn't require
      the is-function-local flag to be recomputed. Also, it avoids
      trouble when the existing node is part of a complicated
      data structure.
      
      llvm-svn: 114996
      25a7bc90
  2. Sep 28, 2010
  3. Sep 27, 2010
Loading