From: Alkis Evlogimenos Date: Sun, 24 Oct 2004 03:01:32 +0000 (+0000) Subject: Improve comments and wrap to 80 columns. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7be2a120659cc61e554b04815ed3f1d4f234ecaf;p=oota-llvm.git Improve comments and wrap to 80 columns. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17198 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h index 502974dc779..63e35385e35 100644 --- a/include/llvm/Constants.h +++ b/include/llvm/Constants.h @@ -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);