From aef5b76b46e9bf2335e42d78d18431f53863b2b9 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Fri, 4 Oct 2013 23:06:14 +0000 Subject: [PATCH] Formatting. llvm-svn: 191995 --- include/llvm/DebugInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/DebugInfo.h b/include/llvm/DebugInfo.h index ecdca495581..6d63d66acfc 100644 --- a/include/llvm/DebugInfo.h +++ b/include/llvm/DebugInfo.h @@ -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; };