mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191995 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d3b3eef49b
commit
fc75310230
@ -161,7 +161,7 @@ namespace llvm {
|
||||
explicit DISubrange(const MDNode *N = 0) : DIDescriptor(N) {}
|
||||
|
||||
int64_t getLo() const { return getInt64Field(1); }
|
||||
int64_t getCount() const { return getInt64Field(2); }
|
||||
int64_t getCount() const { return getInt64Field(2); }
|
||||
bool Verify() const;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user