From: Duncan P. N. Exon Smith Date: Wed, 7 Jan 2015 02:09:51 +0000 (+0000) Subject: Remove invalid TODO X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5fa3de07aa9e373bd0fa28f163f4c815c815d308;p=platform%2Fupstream%2Fllvm.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. llvm-svn: 225334 --- diff --git a/llvm/include/llvm/IR/Metadata.h b/llvm/include/llvm/IR/Metadata.h index 2bfc8ed..c402beb 100644 --- a/llvm/include/llvm/IR/Metadata.h +++ b/llvm/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;