[Orc] Attempted fix for GCC ICE on Polly builder.

Along the same lines as the fix in r228568.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239570 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Lang Hames 2015-06-11 22:51:01 +00:00
parent d48b38e9ec
commit 1966aee2fe

View File

@ -184,7 +184,7 @@ private:
makeStub(*StubF, *FnBodyPtr);
CCInfo.setCompileAction(
[this, &LD, LMH, &F]() {
return extractAndCompile(LD, LMH, F);
return this->extractAndCompile(LD, LMH, F);
});
}