aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-10-24 03:01:32 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-10-24 03:01:32 +0000
commit7be2a120659cc61e554b04815ed3f1d4f234ecaf (patch)
treeadf4b91efa5d1e8efebee2ad8869be3eb7a830d8 /include/llvm
parent83cbcb92500377e4502b8e13da33f6c3331fbf65 (diff)
downloadexternal_llvm-7be2a120659cc61e554b04815ed3f1d4f234ecaf.zip
external_llvm-7be2a120659cc61e554b04815ed3f1d4f234ecaf.tar.gz
external_llvm-7be2a120659cc61e554b04815ed3f1d4f234ecaf.tar.bz2
Improve comments and wrap to 80 columns.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17198 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Constants.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h
index 502974d..63e3538 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);