[llvm] r305141 - [IR] Remove stale comment from HungoffOperandTraits. NFC

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 9 23:58:26 PDT 2017


Author: ctopper
Date: Sat Jun 10 01:58:26 2017
New Revision: 305141

URL: http://llvm.org/viewvc/llvm-project?rev=305141&view=rev
Log:
[IR] Remove stale comment from HungoffOperandTraits. NFC

Modified:
    llvm/trunk/include/llvm/IR/OperandTraits.h

Modified: llvm/trunk/include/llvm/IR/OperandTraits.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/OperandTraits.h?rev=305141&r1=305140&r2=305141&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/OperandTraits.h (original)
+++ llvm/trunk/include/llvm/IR/OperandTraits.h Sat Jun 10 01:58:26 2017
@@ -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.




More information about the llvm-commits mailing list