1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

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
This commit is contained in:
Duncan P. N. Exon Smith 2015-01-07 02:09:51 +00:00
parent 2ca6c65ad5
commit 007aa3dcfd

View File

@ -700,7 +700,6 @@ public:
/// collision, the uniquing bit is dropped. /// collision, the uniquing bit is dropped.
/// ///
/// TODO: Make uniquing opt-out (status: mandatory, sometimes dropped). /// TODO: Make uniquing opt-out (status: mandatory, sometimes dropped).
/// TODO: Drop support for RAUW.
class GenericMDNode : public MDNode { class GenericMDNode : public MDNode {
friend class Metadata; friend class Metadata;
friend class MDNode; friend class MDNode;