[llvm] r225477 - IR: Drop TODO now that PR22111 is finished

Duncan P. N. Exon Smith dexonsmith at apple.com
Thu Jan 8 14:43:19 PST 2015


Author: dexonsmith
Date: Thu Jan  8 16:43:19 2015
New Revision: 225477

URL: http://llvm.org/viewvc/llvm-project?rev=225477&view=rev
Log:
IR: Drop TODO now that PR22111 is finished

Modified:
    llvm/trunk/include/llvm/IR/Metadata.h

Modified: llvm/trunk/include/llvm/IR/Metadata.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Metadata.h?rev=225477&r1=225476&r2=225477&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Metadata.h (original)
+++ llvm/trunk/include/llvm/IR/Metadata.h Thu Jan  8 16:43:19 2015
@@ -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;





More information about the llvm-commits mailing list