mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-05 10:39:21 +00:00
Fix a typo and a grammaro in a comment.
llvm-svn: 74947
This commit is contained in:
parent
393e38e44b
commit
015eeb8ecb
@ -51,7 +51,7 @@ public:
|
||||
///
|
||||
bool isArrayAllocation() const;
|
||||
|
||||
/// getArraySize - Get the number of element allocated, for a simple
|
||||
/// getArraySize - Get the number of elements allocated. For a simple
|
||||
/// allocation of a single element, this will return a constant 1 value.
|
||||
///
|
||||
const Value *getArraySize() const { return getOperand(0); }
|
||||
|
Loading…
Reference in New Issue
Block a user