[llvm-commits] [llvm] r103420 - /llvm/trunk/include/llvm/Constants.h

Dan Gohman gohman at apple.com
Mon May 10 12:47:21 PDT 2010


Author: djg
Date: Mon May 10 14:47:21 2010
New Revision: 103420

URL: http://llvm.org/viewvc/llvm-project?rev=103420&view=rev
Log:
Delete an obsolete comment.

Modified:
    llvm/trunk/include/llvm/Constants.h

Modified: llvm/trunk/include/llvm/Constants.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Constants.h?rev=103420&r1=103419&r2=103420&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Constants.h (original)
+++ llvm/trunk/include/llvm/Constants.h Mon May 10 14:47:21 2010
@@ -691,9 +691,6 @@
   // ConstantExpr class, because they will attempt to fold the constant
   // expression into something simpler if possible.
 
-  /// Cast constant expr
-  ///
-
   /// getAlignOf constant expr - computes the alignment of a type in a target
   /// independent way (Note: the return type is an i64).
   static Constant *getAlignOf(const Type* Ty);





More information about the llvm-commits mailing list