Skip to content
  • Dan Gohman's avatar
    Disallow null as a named metadata operand. · 093cb79d
    Dan Gohman authored
    Make MDNode::destroy private.
    Fix the one thing that used MDNode::destroy, outside of MDNode itself.
    
    One should never delete or destroy an MDNode explicitly. MDNodes
    implicitly go away when there are no references to them (implementation
    details aside).
    
    llvm-svn: 109028
    093cb79d
Loading