mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-12-20 03:17:48 +00:00
[TableGen] Remove ListInit::size() in favor of getSize() which does the same thing and is already used in most places. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237341 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -842,7 +842,6 @@ public:
|
||||
inline const_iterator begin() const { return Values.begin(); }
|
||||
inline const_iterator end () const { return Values.end(); }
|
||||
|
||||
inline size_t size () const { return Values.size(); }
|
||||
inline bool empty() const { return Values.empty(); }
|
||||
|
||||
/// resolveListElementReference - This method is used to implement
|
||||
|
||||
Reference in New Issue
Block a user