mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-29 08:16:51 +00:00
Fix grammar in comments to getSizeOf()
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17200 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -558,7 +558,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// getSizeOf constant expr - computes the size of a type in a target
|
/// getSizeOf constant expr - computes the size of a type in a target
|
||||||
/// independent way (Note: the return type UInt but the object is is not
|
/// independent way (Note: the return type is UInt but the object is not
|
||||||
/// necessarily a ConstantUInt).
|
/// necessarily a ConstantUInt).
|
||||||
///
|
///
|
||||||
static Constant *getSizeOf(const Type *Ty);
|
static Constant *getSizeOf(const Type *Ty);
|
||||||
|
|||||||
Reference in New Issue
Block a user