mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-06 05:06:45 +00:00
Remove odd use of this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192004 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c543a8849e
commit
9aa0a93f22
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user