]> granicus.if.org Git - llvm/commitdiff
[IR] Remove stale comment from HungoffOperandTraits. NFC
authorCraig Topper <craig.topper@intel.com>
Sat, 10 Jun 2017 06:58:26 +0000 (06:58 +0000)
committerCraig Topper <craig.topper@intel.com>
Sat, 10 Jun 2017 06:58:26 +0000 (06:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305141 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/OperandTraits.h

index 7b94283856b6d6bc3937a6bcb53a7333cc2b3e35..c618aff3df9aea354c7128bd52de62f62860cfcf 100644 (file)
@@ -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.