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:
e253c95
)
Fix a typo and a grammaro in a comment.
author
Dan Gohman
<gohman@apple.com>
Tue, 7 Jul 2009 20:47:48 +0000
(20:47 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 7 Jul 2009 20:47:48 +0000
(20:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74947
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Instructions.h
patch
|
blob
|
history
diff --git
a/include/llvm/Instructions.h
b/include/llvm/Instructions.h
index 59ae6100d2cdc97830fad4fa98625f338ce0cac4..4419fbd6a9d40da4a98526e6429160215be63fe9 100644
(file)
--- a/
include/llvm/Instructions.h
+++ b/
include/llvm/Instructions.h
@@
-51,7
+51,7
@@
public:
///
bool isArrayAllocation() const;
- /// getArraySize - Get the number of element
allocated, f
or a simple
+ /// getArraySize - Get the number of element
s allocated. F
or a simple
/// allocation of a single element, this will return a constant 1 value.
///
const Value *getArraySize() const { return getOperand(0); }