diff options
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/include/llvm/IR/OperandTraits.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/IR/OperandTraits.h b/llvm/include/llvm/IR/OperandTraits.h index 7b94283856b..c618aff3df9 100644 --- a/llvm/include/llvm/IR/OperandTraits.h +++ b/llvm/include/llvm/IR/OperandTraits.h @@ -88,9 +88,6 @@ struct VariadicOperandTraits {  /// HungoffOperandTraits - determine the allocation regime of the Use array  /// when it is not a prefix to the User object, but allocated at an unrelated  /// heap address. -/// Assumes that the User subclass that is determined by this traits class -/// has an OperandList member of type User::op_iterator. [Note: this is now -/// trivially satisfied, because User has that member for historic reasons.]  ///  /// This is the traits class that is needed when the Use array must be  /// resizable.  | 

