projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83cbcb9
)
Improve comments and wrap to 80 columns.
author
Alkis Evlogimenos
<alkis@evlogimenos.com>
Sun, 24 Oct 2004 03:01:32 +0000
(
03:01
+0000)
committer
Alkis Evlogimenos
<alkis@evlogimenos.com>
Sun, 24 Oct 2004 03:01:32 +0000
(
03:01
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17198
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Constants.h
patch
|
blob
|
history
diff --git
a/include/llvm/Constants.h
b/include/llvm/Constants.h
index 502974dc779744b5580c1ae2545de47d1f7307b9..63e35385e358621663b76887957255676ea523bd 100644
(file)
--- 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);