Add more information to the getSizeOf comment.

llvm-svn: 97140
This commit is contained in:
Dan Gohman 2010-02-25 15:55:28 +00:00
parent 91bf1914da
commit e790b61ebd
1 changed files with 3 additions and 2 deletions

View File

@ -698,8 +698,9 @@ public:
/// independent way (Note: the return type is an i64).
static Constant *getAlignOf(const Type* Ty);
/// getSizeOf constant expr - computes the size of a type in a target
/// independent way (Note: the return type is an i64).
/// getSizeOf constant expr - computes the (alloc) size of a type (in
/// address-units, not bits) in a target independent way (Note: the return
/// type is an i64).
///
static Constant *getSizeOf(const Type* Ty);