mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-12 07:40:58 +00:00
ScalarEvolution.cpp: Appease g++-4.7. He missed implicit "this" in lambda.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231331 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
061096482f
commit
d12ce78ca9
@ -1388,7 +1388,7 @@ bool ScalarEvolution::proveNoWrapByVaryingStart(const SCEV *Start,
|
||||
ID.AddPointer(L);
|
||||
void *IP = nullptr;
|
||||
return static_cast<SCEVAddRecExpr *>(
|
||||
UniqueSCEVs.FindNodeOrInsertPos(ID, IP));
|
||||
this->UniqueSCEVs.FindNodeOrInsertPos(ID, IP));
|
||||
}();
|
||||
|
||||
if (PreAR && PreAR->getNoWrapFlags(WrapType)) { // proves (2)
|
||||
|
Loading…
x
Reference in New Issue
Block a user