mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-11 06:38:20 +00:00
Clarify a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71561 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -293,7 +293,7 @@ public:
|
||||
return StructAlignment;
|
||||
}
|
||||
|
||||
/// getElementContainingOffset - Given a valid offset into the structure,
|
||||
/// getElementContainingOffset - Given a valid byte offset into the structure,
|
||||
/// return the structure index that contains it.
|
||||
///
|
||||
unsigned getElementContainingOffset(uint64_t Offset) const;
|
||||
|
Reference in New Issue
Block a user