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:
6edde96
)
Fix grammar in comments to getSizeOf()
author
Misha Brukman
<brukman+llvm@gmail.com>
Sun, 24 Oct 2004 03:18:30 +0000
(
03:18
+0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Sun, 24 Oct 2004 03:18:30 +0000
(
03:18
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17200
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 63e35385e358621663b76887957255676ea523bd..0663d60bfd7b374b66f039aaa8e6eb269ddd19f9 100644
(file)
--- a/
include/llvm/Constants.h
+++ b/
include/llvm/Constants.h
@@
-558,7
+558,7
@@
public:
}
/// 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
+ /// independent way (Note: the return type
is UInt but the object
is not
/// necessarily a ConstantUInt).
///
static Constant *getSizeOf(const Type *Ty);