mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Formatting.
llvm-svn: 191995
This commit is contained in:
parent
764e69650c
commit
aef5b76b46
@ -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…
Reference in New Issue
Block a user