summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-10-04 23:49:31 +0000
committerEric Christopher <echristo@gmail.com>2013-10-04 23:49:31 +0000
commit9aa0a93f22beef36cd772b85d0dc4d82ff9f45fa (patch)
tree846a291d7607b2b9f6b230c7fb1d25acc6db1fed /lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
parentc543a8849eb41b29b42bcd2986b1f7b4ef4ff082 (diff)
downloadllvm-9aa0a93f22beef36cd772b85d0dc4d82ff9f45fa.tar.gz
llvm-9aa0a93f22beef36cd772b85d0dc4d82ff9f45fa.tar.bz2
llvm-9aa0a93f22beef36cd772b85d0dc4d82ff9f45fa.tar.xz
Remove odd use of this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192004 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DwarfCompileUnit.h')
-rw-r--r--lib/CodeGen/AsmPrinter/DwarfCompileUnit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h b/lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
index 7928d3f0da..8459f7744d 100644
--- 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; }