mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Improve comments and wrap to 80 columns.
llvm-svn: 17198
This commit is contained in:
parent
1c94f475a2
commit
75aa7bdf21
@ -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…
x
Reference in New Issue
Block a user