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:
f54b852
)
remove extraneous ;
author
Chris Lattner
<sabre@nondot.org>
Tue, 19 Jan 2010 01:28:09 +0000
(
01:28
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 19 Jan 2010 01:28:09 +0000
(
01:28
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93833
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/DebugInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/DebugInfo.h
b/include/llvm/Analysis/DebugInfo.h
index b74fe7089b6b204f15715ed757495f79ad7f8905..365823ddf238643c97005a6dcf17be5a714fdef9 100644
(file)
--- a/
include/llvm/Analysis/DebugInfo.h
+++ b/
include/llvm/Analysis/DebugInfo.h
@@
-475,7
+475,7
@@
namespace llvm {
/// is not associated with any DWARF tag.
class DILocation : public DIDescriptor {
public:
- explicit DILocation(MDNode *N) : DIDescriptor(N) {
;
}
+ explicit DILocation(MDNode *N) : DIDescriptor(N) { }
unsigned getLineNumber() const { return getUnsignedField(0); }
unsigned getColumnNumber() const { return getUnsignedField(1); }