mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-20 11:08:27 +00:00
Improve comments and wrap to 80 columns.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17198 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
83cbcb9250
commit
7be2a12065
@ -557,8 +557,9 @@ public:
|
||||
return getSelectTy(V1->getType(), C, V1, V2);
|
||||
}
|
||||
|
||||
/// getSizeOf constant expr - computes the size of a type in a
|
||||
/// target independent way
|
||||
/// 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
|
||||
/// necessarily a ConstantUInt).
|
||||
///
|
||||
static Constant *getSizeOf(const Type *Ty);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user