summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-10-04 23:06:14 +0000
committerEric Christopher <echristo@gmail.com>2013-10-04 23:06:14 +0000
commit1f4f5d7b84034f0b9dae78f4c67ff59bff27d96c (patch)
tree6254d3533ca8d91727c268fc4fc467890f0f5c48
parentbaf38162837db15284dbae4262d389ba1b46d088 (diff)
downloadbcm5719-llvm-1f4f5d7b84034f0b9dae78f4c67ff59bff27d96c.tar.gz
bcm5719-llvm-1f4f5d7b84034f0b9dae78f4c67ff59bff27d96c.zip
Formatting.
llvm-svn: 191995
-rw-r--r--llvm/include/llvm/DebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/DebugInfo.h b/llvm/include/llvm/DebugInfo.h
index ecdca495581..6d63d66acfc 100644
--- a/llvm/include/llvm/DebugInfo.h
+++ b/llvm/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;
};
OpenPOWER on IntegriCloud