mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Correct a name in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37178 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
26b146ccf1
commit
e99d492a15
@ -229,9 +229,10 @@ public:
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user