IR: Drop TODO now that PR22111 is finished

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225477 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan P. N. Exon Smith 2015-01-08 22:43:19 +00:00
parent 3408708548
commit f081ff786f

View File

@ -704,8 +704,6 @@ public:
/// Although nodes are uniqued by default, \a GenericMDNode has no support for
/// RAUW. If an operand change (due to RAUW or otherwise) causes a uniquing
/// collision, the uniquing bit is dropped.
///
/// TODO: Make 'distinct' survive across assembly/bitcode/ValueMap.
class GenericMDNode : public MDNode {
friend class Metadata;
friend class MDNode;