From: Duncan P. N. Exon Smith Date: Wed, 7 Jan 2015 02:09:51 +0000 (+0000) Subject: Remove invalid TODO X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=436ae7423da728dd891a8be9377c6a9c6f6b2be4;p=oota-llvm.git 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225334 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/Metadata.h b/include/llvm/IR/Metadata.h index 2bfc8edaff2..c402beb9006 100644 --- a/include/llvm/IR/Metadata.h +++ b/include/llvm/IR/Metadata.h @@ -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;