mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Fix a typo and a grammaro in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74947 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e253c951b3
commit
18476eeb4a
@ -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