1
0
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:
Eric Christopher 2013-10-04 23:06:14 +00:00
parent 764e69650c
commit aef5b76b46

View File

@ -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;
};