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;
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to