[llvm-commits] CVS: llvm/include/llvm/Type.h

Dan Gohman djg at cray.com
Thu May 17 14:31:00 PDT 2007



Changes in directory llvm/include/llvm:

Type.h updated: 1.107 -> 1.108
---
Log message:

Correct a name in a comment.


---
Diffs of the changes:  (+4 -3)

 Type.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)


Index: llvm/include/llvm/Type.h
diff -u llvm/include/llvm/Type.h:1.107 llvm/include/llvm/Type.h:1.108
--- llvm/include/llvm/Type.h:1.107	Fri Apr 20 17:33:47 2007
+++ llvm/include/llvm/Type.h	Thu May 17 16:30:39 2007
@@ -229,9 +229,10 @@
     return !isAbstract() || isSizedDerivedType();
   }
 
-  /// getPrimitiveSize - Return the basic size of this type if it is a primitive
-  /// type.  These are fixed by LLVM and are not target dependent.  This will
-  /// return zero if the type does not have a size or is not a primitive type.
+  /// getPrimitiveSizeInBits - Return the basic size of this type if it is a
+  /// primitive type.  These are fixed by LLVM and are not target dependent.
+  /// This will return zero if the type does not have a size or is not a
+  /// primitive type.
   ///
   unsigned getPrimitiveSizeInBits() const;
 






More information about the llvm-commits mailing list