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:
c543a88
)
Remove odd use of this.
author
Eric Christopher
<echristo@gmail.com>
Fri, 4 Oct 2013 23:49:31 +0000
(23:49 +0000)
committer
Eric Christopher
<echristo@gmail.com>
Fri, 4 Oct 2013 23:49:31 +0000
(23:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192004
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
index 7928d3f0da7f43c461c9d3b898c7a18c596ec126..8459f7744d0cd85684d085f06d08198dbcc09905 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
+++ b/
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
@@
-166,7
+166,7
@@
public:
/// addDie - Adds or interns the DIE to the compile unit.
///
- void addDie(DIE *Buffer) {
this->
CUDie->addChild(Buffer); }
+ void addDie(DIE *Buffer) { CUDie->addChild(Buffer); }
// getIndexTyDie - Get an anonymous type for index type.
DIE *getIndexTyDie() { return IndexTyDie; }