[llvm] r225334 - Remove invalid TODO

Duncan P. N. Exon Smith dexonsmith at apple.com
Tue Jan 6 18:09:51 PST 2015


Author: dexonsmith
Date: Tue Jan  6 20:09:51 2015
New Revision: 225334

URL: http://llvm.org/viewvc/llvm-project?rev=225334&view=rev
Log:
Remove invalid TODO

We can't drop support for RAUW entirely in `MDNode`s, since it's
required for graph construction.  This comment was from before I'd done
the math on that (out-of-tree), and never should have been committed.

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=225334&r1=225333&r2=225334&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Metadata.h (original)
+++ llvm/trunk/include/llvm/IR/Metadata.h Tue Jan  6 20:09:51 2015
@@ -700,7 +700,6 @@ public:
 /// collision, the uniquing bit is dropped.
 ///
 /// TODO: Make uniquing opt-out (status: mandatory, sometimes dropped).
-/// TODO: Drop support for RAUW.
 class GenericMDNode : public MDNode {
   friend class Metadata;
   friend class MDNode;





More information about the llvm-commits mailing list