From 309f3a963a923219a18b353936b3917eb962b314 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Sat, 10 Jun 2017 06:58:26 +0000 Subject: [PATCH] [IR] Remove stale comment from HungoffOperandTraits. NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305141 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/OperandTraits.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/llvm/IR/OperandTraits.h b/include/llvm/IR/OperandTraits.h index 7b94283856b..c618aff3df9 100644 --- a/include/llvm/IR/OperandTraits.h +++ b/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. -- 2.50.1