projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3b3eef
)
Formatting.
author
Eric Christopher
<echristo@gmail.com>
Fri, 4 Oct 2013 23:06:14 +0000
(23:06 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Fri, 4 Oct 2013 23:06:14 +0000
(23:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191995
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/DebugInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/DebugInfo.h
b/include/llvm/DebugInfo.h
index ecdca49558112f825e3c09afe87d9556ef9e9d52..6d63d66acfcacc392e47ec57f004b649c1797b83 100644
(file)
--- 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;
};