mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-01 09:18:45 +00:00
tidy up comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111040 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9cba97886c
commit
73bb0186a5
@ -245,10 +245,10 @@ public:
|
||||
///
|
||||
int getObjectIndexEnd() const { return (int)Objects.size()-NumFixedObjects; }
|
||||
|
||||
/// getNumFixedObjects() - Return the number of fixed objects.
|
||||
/// getNumFixedObjects - Return the number of fixed objects.
|
||||
unsigned getNumFixedObjects() const { return NumFixedObjects; }
|
||||
|
||||
/// getNumObjects() - Return the number of objects.
|
||||
/// getNumObjects - Return the number of objects.
|
||||
///
|
||||
unsigned getNumObjects() const { return Objects.size(); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user