forked from OSchip/llvm-project
hopefully unbreak the build by making this-> explicit for dependent
base class lookup. llvm-svn: 80499
This commit is contained in:
parent
eab572a8ff
commit
947365f73f
|
@ -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