From f081ff786f0d2438741ff016d1e5286c2a96823c Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Thu, 8 Jan 2015 22:43:19 +0000 Subject: [PATCH] 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 --- include/llvm/IR/Metadata.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/llvm/IR/Metadata.h b/include/llvm/IR/Metadata.h index a7a727fe72e..75c9734ea97 100644 --- a/include/llvm/IR/Metadata.h +++ b/include/llvm/IR/Metadata.h @@ -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;