llvm-6502/include
Duncan P. N. Exon Smith ee06e126b7 IR: Add MDNode::isDistinct()
Add API to indicate whether an `MDNode` is distinct.  A distinct node is
not stored in the MDNode uniquing tables, and will never be returned by
`MDNode::get()`.

Although distinct nodes are only currently created by uniquing
collisions (when operands change), PR22111 will allow these nodes to be
explicitly created.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225401 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-07 21:35:38 +00:00
..
llvm IR: Add MDNode::isDistinct() 2015-01-07 21:35:38 +00:00
llvm-c Finish removing DestroySource. 2014-12-23 19:16:45 +00:00