mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
hopefully unbreak the build by making this-> explicit for dependent
base class lookup. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80499 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b00c03bb35
commit
77bc60e77e
@ -130,7 +130,7 @@ public:
|
||||
/// Insert - Insert and return the specified instruction.
|
||||
template<typename InstTy>
|
||||
InstTy *Insert(InstTy *I, const Twine &Name = "") const {
|
||||
InsertHelper(I, Name, BB, InsertPt);
|
||||
this->InsertHelper(I, Name, BB, InsertPt);
|
||||
return I;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user