IR: Move NumOperands from User to Value, NFC
[oota-llvm.git] / include / llvm / IR / Metadata.h
index 8b33d7022c7f2d88f6292f49979494613e4668b4..be0f54974fdee3c31bc9cd3234af15709e92bbc0 100644 (file)
@@ -126,9 +126,6 @@ class MDNode : public Value, public FoldingSetNode {
   /// \brief If the MDNode is uniqued cache the hash to speed up lookup.
   unsigned Hash;
 
-  /// \brief Number of co-allocated 'MDNodeOperand' items.
-  unsigned NumOperands;
-
   /// \brief Subclass data enums.
   enum {
     /// FunctionLocalBit - This bit is set if this MDNode is function local.