[llvm] r191995 - Formatting.
Eric Christopher
echristo at gmail.com
Fri Oct 4 16:06:15 PDT 2013
Author: echristo
Date: Fri Oct 4 18:06:14 2013
New Revision: 191995
URL: http://llvm.org/viewvc/llvm-project?rev=191995&view=rev
Log:
Formatting.
Modified:
llvm/trunk/include/llvm/DebugInfo.h
Modified: llvm/trunk/include/llvm/DebugInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/DebugInfo.h?rev=191995&r1=191994&r2=191995&view=diff
==============================================================================
--- llvm/trunk/include/llvm/DebugInfo.h (original)
+++ llvm/trunk/include/llvm/DebugInfo.h Fri Oct 4 18:06:14 2013
@@ -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;
};
More information about the llvm-commits
mailing list