Yeah, how about those 'primative' types huh?

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-07-15 01:15:53 +00:00
parent 8bfc2f11a4
commit 654b710527

View File

@ -201,7 +201,7 @@ public:
isSizedDerivedType(); isSizedDerivedType();
} }
/// getPrimitiveSize - Return the basic size of this type if it is a primative /// 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 /// 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. /// return zero if the type does not have a size or is not a primitive type.
/// ///